reorg files
This commit is contained in:
@ -9,7 +9,6 @@ then
|
||||
case "$tag_val" in
|
||||
*DIRTY)
|
||||
echo "git=$commit-changes"
|
||||
exit
|
||||
;;
|
||||
v*) # Only consider tags starting with v
|
||||
echo "$tag_val"
|
||||
|
8
scripts/runtests.sh
Executable file
8
scripts/runtests.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/sh
|
||||
|
||||
|
||||
python3 -m venv /tmp/m41.venv
|
||||
. /tmp/m41.venv/bin/activate
|
||||
python3 -m pip install -q -r requirements.txt
|
||||
python3 -m unittest discover
|
||||
|
Reference in New Issue
Block a user