From b7fed623c54c2eb18a05fb621706a6519177cde8 Mon Sep 17 00:00:00 2001 From: Anand Kumar Singh Date: Thu, 10 Feb 2022 01:07:54 +0530 Subject: [PATCH] fix comment override for windows test (#5417) Signed-off-by: anandrkskd --- .ibm/pipelines/windows-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ibm/pipelines/windows-test.sh b/.ibm/pipelines/windows-test.sh index 8d1951c96..dc1624041 100755 --- a/.ibm/pipelines/windows-test.sh +++ b/.ibm/pipelines/windows-test.sh @@ -21,7 +21,7 @@ echo "RESULT: $RESULT" source .ibm/pipelines/functions.sh ibmcloud login --apikey "${API_KEY}" -r "${IBM_REGION}" sshpass -p $WINDOWS_PASSWORD scp -o StrictHostKeyChecking=no Administrator@$WINDOWS_IP:/tmp/${LOGFILE} /tmp/${LOGFILE} -save_logs "${LOGFILE}" "OpenShift Windows Tests" $RESULT +save_logs "${LOGFILE}" "Windows Tests (OCP)" $RESULT # cleanup sshpass -p $WINDOWS_PASSWORD ssh Administrator@$WINDOWS_IP -o StrictHostKeyChecking=no rm -rf /tmp/windows-test-script.ps1