Commit e8d18fd8 by Christophe Lyon Committed by Christophe Lyon

dg-extract-results.sh: Fix order of WARNING and following test result.

2019-03-05  Christophe Lyon  <christophe.lyon@linaro.org>

	contrib/
	* dg-extract-results.sh: Fix order of WARNING and following test
	result.

From-SVN: r269393
parent 9616781d
2019-03-05 Christophe Lyon <christophe.lyon@linaro.org>
contrib/
* dg-extract-results.sh: Fix order of WARNING and following test
result.
2019-02-04 Christophe Lyon <christophe.lyon@linaro.org> 2019-02-04 Christophe Lyon <christophe.lyon@linaro.org>
contrib/ contrib/
......
...@@ -350,6 +350,7 @@ BEGIN { ...@@ -350,6 +350,7 @@ BEGIN {
if (timeout_cnt != 0) { if (timeout_cnt != 0) {
printf "%s %08d|%s program timed out.\n", testname, timeout_cnt, timeout_msg >> curfile printf "%s %08d|%s program timed out.\n", testname, timeout_cnt, timeout_msg >> curfile
timeout_cnt = 0 timeout_cnt = 0
cnt = cnt + 1
} }
printf "%s %08d|", testname, cnt >> curfile printf "%s %08d|", testname, cnt >> curfile
cnt = cnt + 1 cnt = cnt + 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment