mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 05:35:28 -04:00
Docker: Improve error messages and comply with shellcheck
This commit is contained in:
parent
5eedb3c18e
commit
283c0c5360
10 changed files with 56 additions and 43 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue