From 3f00f866f7d23dfbaf6b8b781d0149810b4f0ce4 Mon Sep 17 00:00:00 2001 From: Lars Langhans Date: Wed, 5 Mar 2003 07:44:06 +0000 Subject: [PATCH] enhance signalfile parameter for debbuging --- testshl2/source/testshl.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/testshl2/source/testshl.cxx b/testshl2/source/testshl.cxx index a41553920dcd..231ef72654c1 100644 --- a/testshl2/source/testshl.cxx +++ b/testshl2/source/testshl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testshl.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: lla $ $Date: 2003-01-28 10:13:33 $ + * last change: $Author: lla $ $Date: 2003-03-05 08:44:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -165,6 +165,8 @@ int _cdecl main( int argc, char* argv[] ) "-onlyerrors, shows only the failed test functions", /* "-tc=s@, name(s) of testcase(s) to generate", */ "-sf=s, absolute path and name to the signal file.", +//! new (helpful if at debug time) + "-dntsf, if given, do not touch signal file, also if one exist.", "-jobonly=s, job control file, these jobs should only executed.", "-jobfilter=s, use a filter for just some tests.", "-onlyshowjobs, show only all jobs, do no tests.",