Skip to content

Commit 982fc3d

Browse files
committed
Improve missing test output message
1 parent 747c982 commit 982fc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sandbox_results_saver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def self.decode_test_output(test_output, stderr)
128128
if likely_out_of_memory
129129
return 'Out of memory.'
130130
else
131-
return 'Missing test output. Did you terminate your program with an exit() command?'
131+
return 'Missing test output. Did you terminate your program with an exit() command? Also make sure your program did not run out of memory. For example excessive printing (thousands of lines) may cause this.'
132132
end
133133
end
134134

0 commit comments

Comments
 (0)