Updated regressiontest help text

p4#: 20435
This commit is contained in:
Jacob Støren 2013-02-08 17:15:29 +01:00
parent 9b00d3ce9f
commit cdd5997f76

View File

@ -742,7 +742,7 @@ bool RIApplication::parseArguments()
"-savesnapshots Save snapshot of all views to 'snapshots' folder in project file folder\n"
" Application closes after snapshots are written to file\n"
"\n"
"-regressiontest <folder> Run a regression test on all sub-folders of the given folder: \n"
"-regressiontest <folder> Run a regression test on all sub-folders starting with \"TestCase\" of the given folder: \n"
" RegressionTest.rip files in the sub-folders will be opened and \n"
" snapshots of all the views is written to the sub-sub-folder RegTestGeneratedImages. \n"
" Then difference images is generated in the sub-sub-folder RegTestDiffImages based \n"
@ -750,7 +750,7 @@ bool RIApplication::parseArguments()
" The results are presented in ResInsightRegressionTestReport.html that is\n"
" written in the given folder.\n"
"\n"
"-updateregressiontestbase <folder> For all sub-folders of the given folder: \n"
"-updateregressiontestbase <folder> For all sub-folders starting with \"TestCase\" of the given folder: \n"
" Copy the images in the sub-sub-folder RegTestGeneratedImages to the sub-sub-folder\n"
" RegTestBaseImages after deleting RegTestBaseImages completely.\n"
"\n"