mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
Merge pull request #1199 from edoapra/fix_pme_peigscomm
more details when input not found in QAs
This commit is contained in:
commit
11abb177d4
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue