Merge pull request #1199 from edoapra/fix_pme_peigscomm

more details when input not found  in QAs
This commit is contained in:
NWChem: Open Source High-Performance Computational Chemistry 2025-11-05 09:22:04 -08:00 committed by GitHub
commit 11abb177d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -243,9 +243,11 @@ do
md_test_run=0
fi
#MV
sync
if [ ! -f $TESTDIR/$INPUTFILE ]; then
echo failed: cannot access $TESTDIR/$INPUTFILE
echo failed: cannot access $TESTDIR/$INPUTFILE
echo directory content
printf "$(ls -lrt $TESTDIR) \n"
overall_status=1
continue
fi