Skip to content

Commit 1fd3059

Browse files
committed
added --notest option to install.sh
1 parent 551cbfa commit 1fd3059

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install.sh

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ echo -e "\n[+] Making cleanup ..."
1515
rm -rf build/
1616
rm *.so
1717

18+
if [ "$1" == "--notest" ]; then
19+
echo -e "\n[i] Done. Bye."
20+
exit
21+
fi
22+
1823
echo -e "\n[+] Running tests ..."
1924

2025
for tfile in `ls tests/test_*.py`; do

0 commit comments

Comments
 (0)