pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-10-18
2002-10-18 17:16:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>
fa4196aefe994037ca3090971f29d1e0547c196a (
9
lines) (+
6
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Cosmetic fix.
Rev: src/testsuite.in:1.555
1:
-
test_true([["$Id: testsuite.in,v 1.
554
2002/10/
16
18:
55
:
49
marcus
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
555
2002/10/
18
17
:
16
:
21
grubba
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
5197:
} } }
+
if (!quiet) {
werror ("%60s\r", "");
-
+
}
return ({ tests-tests_failed, tests_failed }); }]])
8357:
if(r1 != r2) {
-
werror("
\nFailiure
:\n");
+
werror("
\nFailure
:\n");
werror("Text: %O\n",text); werror("From: %O\n",base); werror("To : %O\n",to);