diff --git a/std-script/run b/std-script/run --- a/std-script/run +++ b/std-script/run @@ -72,6 +72,10 @@ `rm output.txt` comment_file.write comment + comment_file.write "--run-result--\n" + run_result.each do |l| + comment_file.write l + end comment_file.close puts