From: wolf Date: Mon, 13 Dec 1999 17:33:33 +0000 (+0000) Subject: Allow for the testcases to be run even if . is not in $PATH X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b50460ba613c1fdcf1931853b9b6b5c19c809cb;p=dealii-svn.git Allow for the testcases to be run even if . is not in $PATH git-svn-id: https://svn.dealii.org/trunk@2055 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/Makefile b/tests/deal.II/Makefile index 5b38fb1744..8f58c66c2a 100644 --- a/tests/deal.II/Makefile +++ b/tests/deal.II/Makefile @@ -262,7 +262,7 @@ target1: $(target1-o-files) $(libraries) %.output:%.testcase @echo =====Running======= $< - @$< + @./$< @perl -pi -e 's/JobId.*//;s/value.*//;' $@ %.check:%.output