Pass the test number to the interactive verifier
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon / Runner / Interactive.pm
index 03c3911398f199481bbaaad8d336bb38771c6aa0..66493cfdb5af0f7e76be1fb36d784c6ca5800d38 100644 (file)
@@ -28,7 +28,7 @@ sub run{
                die [WA, "Wrong Answer"] if $?;
        } else {
                try {
-                       $meta->{files}{int}{run}->($meta->{files}{int}{name}, fds => [qw/1 >fifo1 0 fifo2 4 >result/]);
+                       $meta->{files}{ver}{run}->($meta->{files}{ver}{name}, fds => [qw/1 >fifo1 0 fifo2 4 >result/], args => [$test]);
                } catch {
                        exit 1;
                };
This page took 0.00974 seconds and 4 git commands to generate.