From 91a1f5644d6b32168cfb5a316435dddb1095059b Mon Sep 17 00:00:00 2001 From: Nikolay Khabarov <2xl@mail.ru> Date: Sun, 21 May 2017 13:26:46 +0300 Subject: [PATCH] rm extra char --- runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.sh b/runtests.sh index af0d6da..b5e9657 100755 --- a/runtests.sh +++ b/runtests.sh @@ -14,7 +14,7 @@ echo '---------------------------Unit tests---------------------------------' python -m unittest discover "$@" --pattern="test_*.py" echo '-------------------------Integration tests----------------------------' app="pycnc" -if ! which $app 2&> /dev/null; then +if ! which $app &> /dev/null; then echo "WARNING pycnc not found in path. Not installed? Using './pycnc'." app="./pycnc" fi