Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 501155a

Browse files
committed
prettify output
1 parent 25b601a commit 501155a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/prepare_and_run_tests.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if ([ ! $# -ge 1 ] && ! $(ls ../create_wheel/dist/opencv_python_inference_engine
2222
exit 1
2323
fi
2424

25-
25+
echo "======================================================================"
2626
green "CREATE SEPARATE TEST VENV"
2727
if [ ! -d ./venv_t ]; then
2828
virtualenv --clear --always-copy -p /usr/bin/python3 ./venv_t
@@ -88,6 +88,8 @@ for i in "${!se_net[@]}"; do
8888
fi
8989
done
9090

91+
green "For \"$1\""
9192
green "RUN TESTS with ./venv_t/bin/python ./tests.py"
9293
./venv_t/bin/python ./tests.py
94+
green "RUN TESTS with ./venv_t/bin/python ./speed_test.py"
9395
./venv_t/bin/ipython ./speed_test.py

0 commit comments

Comments
 (0)