This commit is contained in:
edoapra 2025-10-22 14:14:02 -07:00
parent 1526fe2df8
commit 53f65c3675
No known key found for this signature in database
GPG key ID: 33F48038CA2EB0AD

View file

@ -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