From 53f65c367579dd2b80bdb31b218aafcc7485e2cb Mon Sep 17 00:00:00 2001 From: edoapra Date: Wed, 22 Oct 2025 14:14:02 -0700 Subject: [PATCH] update --- travis/check_qas.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/travis/check_qas.sh b/travis/check_qas.sh index 5685b73104..8a47b635cd 100755 --- a/travis/check_qas.sh +++ b/travis/check_qas.sh @@ -22,5 +22,7 @@ tail -2000 QA/testoutputs/ritddft_h2o.out || true; fi if [[ -f QA/testoutputs/ritddft_co.out ]]; then \ tail -2000 QA/testoutputs/ritddft_co.out || true; fi + if [[ -f QA/testoutputs/ritddft_pyridine.out ]]; then \ + tail -2000 QA/testoutputs/ritddft_pyridine.out || true; fi if [[ -f QA/testoutputs/pspw_md.out ]]; then \ grep 'PSPW energy' QA/testoutputs/pspw_md.out || true; fi