README.md updated with minimal tests
This commit is contained in:
8
samples/tests.sh
Executable file
8
samples/tests.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
[[ -n $VIRTUAL_ENV ]] || source ../code/bin/activate
|
||||
|
||||
for (( i=0;i<7;i++ ))
|
||||
do
|
||||
./check.sh $i
|
||||
done
|
||||
Reference in New Issue
Block a user