reorg files

This commit is contained in:
2023-06-28 17:15:18 -04:00
parent 5469659f1e
commit b9fbc9138c
7 changed files with 6 additions and 46 deletions

View File

@ -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
View 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