From 7826b82ae721a66d737c009bc8995c30a6140f46 Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 3 Apr 2014 18:37:51 +0000 Subject: [PATCH] .developing autotest git-svn-id: svn://ultimatepp.org/upp/trunk@7158 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/AutoTest/AutoTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppbox/AutoTest/AutoTest.cpp b/uppbox/AutoTest/AutoTest.cpp index 248661980..910bef1c6 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 << " +AUTOTEST -" << flags; + c << GetHomeDirFile("bin/umk") << " " << nest << ' ' << name << ' ' << bm << " -" << flags; if(first) c << 'a'; #ifdef PLATFORM_POSIX