commit | 59956606c56b1ffc79eca2c85701bce1bca027d2 | [log] [tgz] |
---|---|---|
author | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | Tue Aug 11 15:35:55 2015 +0900 |
committer | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | Tue Aug 11 15:35:55 2015 +0900 |
tree | bc110b70f61adbedeed1ba519a39b59b821f9187 | |
parent | 89e0c4f6a0d19d01308129dbc96b9c7982203f8a [diff] [blame] |
[C++] Allow an expected message from ninja_regen.sh
diff --git a/runtest.rb b/runtest.rb index 5a25cd7..4d391fc 100755 --- a/runtest.rb +++ b/runtest.rb
@@ -305,6 +305,7 @@ 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)}