.uppbox: autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@12766 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-02-18 10:10:30 +00:00
parent 6a3d0395fa
commit a66968b36a

View file

@ -54,7 +54,7 @@ void Do(const char *nest, const char *bm, bool release, bool test)
if(Sys(c, out)) {
Cout() << " *** ERROR\n";
infolog << ": ERROR\n";
errors << txt << ": ERROR\n";
errors << txt << ", " << GetSysTime() << ": ERROR\n";
Error++;
}
else {