Skip to content
Snippets Groups Projects
Commit 3719c6a2 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Don't require test files to be in path.

parent eb133b58
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
COUNTER=0
rm -f log.tmp
for I in *.f2t; do
$I >> log.tmp
./$I >> log.tmp
if [ $? = 1 ]; then
echo "passed $I"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment