mirror of
https://github.com/sinseman44/PyCNC.git
synced 2026-07-16 08:37:09 +00:00
rm extra char
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user