From 2d87385b0482069efee4258aa63ddcdc1b336673 Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 2 Apr 2014 19:14:48 +0000 Subject: [PATCH] Developing AutoTest git-svn-id: svn://ultimatepp.org/upp/trunk@7143 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/AutoTest/AutoTest.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uppbox/AutoTest/AutoTest.cpp b/uppbox/AutoTest/AutoTest.cpp index ed5e33e3d..05a39a546 100644 --- a/uppbox/AutoTest/AutoTest.cpp +++ b/uppbox/AutoTest/AutoTest.cpp @@ -29,7 +29,7 @@ void Do(const char *nest, const char *bm, bool release, bool test) txt << "-R "; txt << ' ' << h << ' '; String c; - c << GetHomeDirFile("bin/umk") << " " << nest << ' ' << name << ' ' << bm << " -" << flags; + c << GetHomeDirFile("bin/umk") << " " << nest << ' ' << name << ' ' << bm << " +AUTOTEST -" << flags; if(first) c << 'a'; #ifdef PLATFORM_POSIX @@ -41,9 +41,9 @@ void Do(const char *nest, const char *bm, bool release, bool test) infolog << txt; String out; if(Sys(c, out)) { - Cout() << " *** FAILED TO COMPILE\n"; - infolog << ": FAILED TO COMPILE\n"; - errors << txt << ": FAILED TO COMPILE\n"; + Cout() << " *** ERROR\n"; + infolog << ": ERROR\n"; + errors << txt << ": ERROR\n"; } else { infolog << ": BUILD OK";