Add a script for running the Python test suites and include it in scripts/tests.sh

This commit is contained in:
Kamil Śliwak
2021-01-22 13:37:40 +01:00
parent e59d58bf31
commit aae271e399
2 changed files with 33 additions and 0 deletions
+3
View File
@@ -62,6 +62,9 @@ else
log_directory=""
fi
printTask "Testing Python scripts..."
"$REPO_ROOT/test/pyscriptTests.py"
printTask "Running commandline tests..."
# Only run in parallel if this is run on CI infrastructure
if [[ -n "$CI" ]]