From 3472c954f3196f1564d3181d3b5e074c176411c0 Mon Sep 17 00:00:00 2001 From: jpr Date: Tue, 25 Sep 2007 10:07:42 +0000 Subject: [PATCH] Always generate an error (temporaryly), just to allow us to see the full log in the dashboard --- Testing/TestInline.cxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Testing/TestInline.cxx b/Testing/TestInline.cxx index 669c0ea5..33feed84 100755 --- a/Testing/TestInline.cxx +++ b/Testing/TestInline.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestInline.cxx,v $ Language: C++ - Date: $Date: 2007/09/21 13:34:09 $ - Version: $Revision: 1.13 $ + Date: $Date: 2007/09/25 10:07:42 $ + Version: $Revision: 1.14 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -572,6 +572,7 @@ int TestInline(int argc, char *argv[]) GET_TIME(tms2); HOW_LONG(tms2,tms1); - - return 0; + return 1; // will generate an error, + // just to allow us to see the full log in the dashboard + //return 0; } -- 2.45.1