Skip to content

Commit

Permalink
Fix: Run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgenyegoryan committed Aug 16, 2023
1 parent 4d48840 commit 71114e6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,9 @@ RUN if [ "$TEST_USTORE" = "True" ]; then \
mkdir -p ./tmp/ustore/ && \
export USTORE_TEST_PATH="./tmp/" && \
# Run embeded tests
for test in $(ls ./build_release/build/bin/*test_units_ustore_embedded*); do \
echo -e "------ \e[93mRunning $test\e[0m ------" \
timeout -v --kill-after=5 300 $test; \
done && \
# Run Arrow Flight tests
./build_release/build/bin/test_units_ustore_flight_client && exit 0; \
for test in $(ls ./build_release/build/bin/*test_units_ustore_embedded*); do echo -e "------ \e[93mRunning $test\e[0m ------"; timeout -v --kill-after=5 300 $test; done && \
./build_release/build/bin/test_units_ustore_flight_client && \
exit 0; \
fi


Expand Down

0 comments on commit 71114e6

Please sign in to comment.