Skip to content

Commit

Permalink
correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liswang89 committed Feb 3, 2025
1 parent eb5ca56 commit 87a3e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ods_ci/run_interop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ elif [[ ${TEST_SUITE} == 'Post-Upgrade' ]]; then
TEST_CASE_FILE="tests/Tests/0200__rhoai_upgrade/0203__post_upgrade.robot"
fi

if [[ ${TEST_SUITE =~ "Upgrade" ]]; then
if [[ ${TEST_SUITE} =~ "Upgrade" ]]; then
poetry run robot -d ${ARTIFACT_DIR} -x xunit_test_result.xml -r test_report.html --variablefile ${TEST_VARIABLES_FILE} ${TEST_CASE_FILE}
elif
poetry run robot --include ${TEST_SUITE} --exclude "ExcludeOnRHOAI" -d ${ARTIFACT_DIR} -x xunit_test_result.xml -r test_report.html --variablefile ${TEST_VARIABLES_FILE} ${TEST_CASE_FILE}
Expand Down

0 comments on commit 87a3e46

Please sign in to comment.