From 95f49a754bb93bd6fcdb2d8a9f48166810f7a797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Mon, 7 Aug 2023 15:30:54 +0200 Subject: [PATCH] Docker: Fix i-PI test --- tools/docker/scripts/test_i-pi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/scripts/test_i-pi.sh b/tools/docker/scripts/test_i-pi.sh index 40e870d4d7..df836323da 100755 --- a/tools/docker/scripts/test_i-pi.sh +++ b/tools/docker/scripts/test_i-pi.sh @@ -34,7 +34,7 @@ pip3 install --quiet . echo -e "\n========== Running i-Pi Tests ==========" -cd /opt/i-pi/examples/cp2k/nvt-cl +cd /opt/i-pi/examples/clients/cp2k/nvt-cl set +e # disable error trapping for remainder of script TIMEOUT_SEC="300"