From: Wolfgang Bangerth 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-Tag: v8.0.0~21305 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=755edef1420d7db839e4a624ba9008b013dad020;p=dealii.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