Skip to content

Commit

Permalink
Docker: Adopt to new path of ASE tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Aug 2, 2020
1 parent 70d1587 commit 729dd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/scripts/test_ase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ echo -e "\n========== Running ASE Tests =========="
cd /opt/ase/
ASE_REVISION=$(git rev-parse --short HEAD)

if ase test -j 0 -c cp2k cp2k ; then
if ase test -j 0 -c cp2k calculator/cp2k ; then
echo "Summary: ASE commit ${ASE_REVISION} works fine."
echo "Status: OK"
else
Expand Down

0 comments on commit 729dd9a

Please sign in to comment.