Find test.ft in $submitdir
This commit is contained in:
parent
279b9ea07e
commit
9add1cf2f5
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Reference in a new issue