Archived
1
0
Fork 0

Find test.ft in $submitdir

This commit is contained in:
Mercier Pierre-Olivier 2013-10-21 23:45:05 +02:00
parent 279b9ea07e
commit 9add1cf2f5

View file

@ -183,6 +183,10 @@ sub run_moulette
} elsif (-f "$testdir/test.ft") {
open $fhin, "<", "$testdir/test.ft" or croak "Unable to open $testdir/test.ft: $!";
}
#TODO: remove this
elsif (-f "$submit/test.ft") {
open $fhin, "<", "$testdir/test.ft" or croak "Unable to open $testdir/test.ft: $!";
}
if ($fhin)
{