[tests] Update runtests for Arch Linux compatibility
This commit is contained in:
parent
bac3d6bc57
commit
c7608f4bf2
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
echo "testing with $(python2 -V 2>&1)"
|
echo "testing with $(python2 -V 2>&1)"
|
||||||
python2 $(which nosetests) --rednose -v --with-coverage --cover-erase tests/
|
python2 $(which nosetests) -v --with-coverage --cover-erase tests/
|
||||||
|
|
||||||
if [ $? == 0 ]; then
|
if [ $? == 0 ]; then
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo "testing with $(python3 -V 2>&1)"
|
echo "testing with $(python3 -V 2>&1)"
|
||||||
python3 $(which nosetests-3) --rednose -v --with-coverage --cover-erase tests/
|
python3 $(which nosetests) -v --with-coverage --cover-erase tests/
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue