From a66968b36add07b0a2ce0477972fbef78a8f23fa Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 18 Feb 2019 10:10:30 +0000 Subject: [PATCH] .uppbox: autotest git-svn-id: svn://ultimatepp.org/upp/trunk@12766 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 2e5ca6e3e..e6b79c984 100644 --- a/uppbox/AutoTest/AutoTest.cpp +++ b/uppbox/AutoTest/AutoTest.cpp @@ -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 {