Commit 5497787d authored by Rémy Oudompheng's avatar Rémy Oudompheng

test/testlib: don't forget stderr for rundircmpout.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6620071
parent 5da37c09
......@@ -53,7 +53,7 @@ rundircmpout() {
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() {
......
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