diff --git a/xCAT-client/bin/zxcatIVP.pl b/xCAT-client/bin/zxcatIVP.pl index 5e1a79604..4a0d6a8b5 100644 --- a/xCAT-client/bin/zxcatIVP.pl +++ b/xCAT-client/bin/zxcatIVP.pl @@ -1130,7 +1130,7 @@ sub hexDecode { =head3 logTest - Description : Log the start and result of a test. + Description : Log the start and result of a test. Failures are added to syslog and printed as script output. Arguments : Status of the test: bypassed: Bypassed a test (STDOUT, optionally SYSLOGged) @@ -1331,7 +1331,7 @@ sub setOverrides{ # Don't specify the same option on both the command line and in the environment variable. if ( defined $glob_moreCmdOps ) { $glob_moreCmdOps =~ hexDecode( $glob_moreCmdOps ); - ($rc, $unrecognizedOps) = GetOptionsFromString( + ($rc, $unrecognizedOps) = GetOptionsFromString( $glob_moreCmdOps, 'bypassMsg=s' => \$cmdOp_bypassMsg, 'cNAddress=s' => \$cmdOp_cNAddress,