From 38cf4d20d3329f475a2bdbd47c3ce6a2f805ec6c Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 1 Apr 2003 12:16:57 +0000 Subject: INTEGRATION: CWS qadev3 (1.5.16); FILE MERGED 2003/03/31 09:11:11 lla 1.5.16.1: #108453# better version number handling --- testshl2/source/testshl.cxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'testshl2') diff --git a/testshl2/source/testshl.cxx b/testshl2/source/testshl.cxx index 4b94ef9db297..ffa70690126b 100644 --- a/testshl2/source/testshl.cxx +++ b/testshl2/source/testshl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testshl.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2003-03-27 16:42:25 $ + * last change: $Author: vg $ $Date: 2003-04-01 13:16:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -165,10 +165,15 @@ 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.", "-forward=s, this string will forwarded to the test libraries.", + "-projectid=s, this text is added to the date output line.", + "-buildid=s, this text is added to the date output line.", + "-verbose, be verbose.", "-h:s, display help or help on option", "-help:s, see -h", NULL -- cgit