.developing autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@7158 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-04-03 18:37:51 +00:00
parent 05ad085b50
commit 7826b82ae7

View file

@ -29,7 +29,7 @@ void Do(const char *nest, const char *bm, bool release, bool test)
txt << "-R "; txt << "-R ";
txt << ' ' << h << ' '; txt << ' ' << h << ' ';
String c; String c;
c << GetHomeDirFile("bin/umk") << " " << nest << ' ' << name << ' ' << bm << " +AUTOTEST -" << flags; c << GetHomeDirFile("bin/umk") << " " << nest << ' ' << name << ' ' << bm << " -" << flags;
if(first) if(first)
c << 'a'; c << 'a';
#ifdef PLATFORM_POSIX #ifdef PLATFORM_POSIX