Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(118)

Unified Diff: test/testlib

Issue 6620071: code review 6620071: test/testlib: don't forget stderr for rundircmpout. (Closed)
Patch Set: diff -r 0e7dab91ba8e https://go.googlecode.com/hg/ Created 12 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/testlib
===================================================================
--- a/test/testlib
+++ b/test/testlib
@@ -53,7 +53,7 @@
lastfile=$name
done
$L -o $A.out -L. $lastfile.$A
- ./$A.out | cmp - $D/$F.out
+ ./$A.out 2>&1 | cmp - $D/$F.out
}
build() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b