From 6eb9b5ef60d4b75ff37df8493fc32a536be0248a Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Wed, 13 Jul 2022 13:15:41 -0400 Subject: [PATCH] Debug command output6 --- xCAT-test/xcattest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-test/xcattest b/xCAT-test/xcattest index f6335de41..f64ed7600 100755 --- a/xCAT-test/xcattest +++ b/xCAT-test/xcattest @@ -1689,10 +1689,10 @@ sub runcmd if ($?) { $rc = $?; - print "MG rc=" $rc; + print "MG rc=$rc"; $rc = $rc >> 8; $::RUNCMD_RC = $rc; - print "MG RUNCMD_RC=" $::RUNCMD_RC; + print "MG RUNCMD_RC=$::RUNCMD_RC"; } print Dumper \@$outref; print Dumper \@outref;