aboutsummaryrefslogtreecommitdiff
path: root/runtest.rb
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2016-02-09 16:23:28 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2016-02-09 16:24:11 +0900
commitac50ff4d3826924532f0a6180efe39a40860db55 (patch)
tree499a9632459652bb09a464eb7527b0346ae2df4d /runtest.rb
parentf3c9bbc015468207baa785695b0f3ce4f4b4e8fa (diff)
downloadkati-ac50ff4d3826924532f0a6180efe39a40860db55.tar.gz
[C++] Report no-need-to-regen message to stderr
For consistency with regen.cc
Diffstat (limited to 'runtest.rb')
-rwxr-xr-xruntest.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtest.rb b/runtest.rb
index 7123113..bf42bfe 100755
--- a/runtest.rb
+++ b/runtest.rb
@@ -341,7 +341,6 @@ run_shell_test = proc do |sh|
output = normalize_kati_log(output)
if is_ninja_test
output = normalize_ninja_log(output, sh)
- output.gsub!(/No need to regenerate ninja file\n/, '')
end
File.open('out.make', 'w'){|ofile|ofile.print(expected)}
File.open('out.kati', 'w'){|ofile|ofile.print(output)}