Put scripts in scripts folder

This commit is contained in:
Paulus Schoutsen
2015-01-17 14:32:33 -08:00
parent 45e295c1d3
commit 1f32ce2ca4
5 changed files with 25 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
# If current pwd is scripts, go 1 up.
if [ ${PWD##*/} == "scripts" ]; then
cd ..
fi
python3 -m unittest discover tests