2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Remove trailing spaces in file xCAT-client/bin/zxcatIVP.pl

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 456433e84b
commit 70709eb281

View File

@ -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,