kwsys.testCommandLineArguments1
command_line: /__w/nightly-builds/nightly-builds/build/Source/kwsys/cmsysTestsCxx "testCommandLineArguments1" "--ignored" "-n" "24" "--second-ignored" "-m=test value" "third-ignored" "-p" "some" "junk" "at" "the" "end"
working_directory: "./Source/kwsys"
Processors: 1
Execution Time: 0.002
BeforeCPULoadAverage: 3.66943359375
AfterCPULoadAverage: 3.66943359375
BeforeHostMemoryUsed: 1597776
AfterHostMemoryUsed: 1597776
Completion Status: Completed
Environment: #CTEST_RESOURCE_GROUP_COUNT=
stdout:
Value of N: 24
Value of M: test value
Value of P: 1
Unused argument[0] = [testCommandLineArguments1]
Unused argument[1] = [--ignored]
Unused argument[2] = [--second-ignored]
Unused argument[3] = [third-ignored]
Unused argument[4] = [some]
Unused argument[5] = [junk]
Unused argument[6] = [at]
Unused argument[7] = [the]
Unused argument[8] = [end]