Skip to content

Commit

Permalink
based on non optional install step modify wf test run
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Zlatnik <[email protected]>
  • Loading branch information
pavelzlatnik committed Jan 31, 2025
1 parent 403cab3 commit 8760470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pswi/scripts/wf_run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ if [ "$run" = "run" ]; then
echo "Checking if the workflow is ZWECONF" >>$LOG_DIR/report.txt
if [ "$ZWECONF" = "ZWECONF" ]; then
STEP_NAME=$(echo $RESP | grep -o '"currentStepName":".*"' | cut -f4 -d\")
if [ "$STEP_NAME" = "init_zowe" ]; then
echo "The workflow is ZWECONF and should end in step 'init_zowe'"
if [ "$STEP_NAME" = "zowe_installation_steps" ]; then
echo "The workflow is ZWECONF and should end in step 'zowe_installation_steps'"
STATUS="FINISHED"
else
echo "The workflow is ZWECONF but ended in different step: '$STEP_NAME'" >>$LOG_DIR/report.txt
Expand Down

0 comments on commit 8760470

Please sign in to comment.