Docker: Improve error messages and comply with shellcheck

This commit is contained in:
Ole Schütt 2020-07-10 15:12:23 +02:00 committed by Ole Schütt
parent 5eedb3c18e
commit 283c0c5360
10 changed files with 56 additions and 43 deletions

View file

@ -40,7 +40,6 @@ cd /workspace/cp2k
# find executable python scripts
ALL_TEST_SCRIPTS=$(find ./src/ ./tools/ -name "*_test.py" -executable)
ESSENTIAL_TEST_SCRIPTS=$(find ./tools/build_utils -name "*_test.py" -executable)
# python 3.x
run_tests python3 "${ALL_TEST_SCRIPTS}"