Skip to content

Commit

Permalink
Committer: Tamio Vesa Nakajima <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamio Vesa Nakajima authored and Tamio Vesa Nakajima committed Jun 1, 2018
1 parent 350866e commit 3fc8d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/run_src_test
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cp "$binary" "$stage/$problemname.bin"
cp "tests/$testname.in" "$stage/$problemname.in"

# This string runs the competitor's executable
runExec="./$problemname.bin > /dev/null 2> /dev/null"
runExec="./$problemname.bin"

# This string runs the competitors executable with an appropriate timeout
runExecWithTimeout="
Expand Down

0 comments on commit 3fc8d91

Please sign in to comment.