From 9add1cf2f5fc3268b122682055932b2c0fa02a18 Mon Sep 17 00:00:00 2001 From: Mercier Pierre-Olivier Date: Mon, 21 Oct 2013 23:45:05 +0200 Subject: [PATCH] Find test.ft in $submitdir --- process/files/moulette_get.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/process/files/moulette_get.pl b/process/files/moulette_get.pl index 19903fa..c4e7133 100644 --- a/process/files/moulette_get.pl +++ b/process/files/moulette_get.pl @@ -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) {