diff --git a/tests/0_common/00_qa_repo_config.sh b/tests/0_common/00_qa_repo_config.sh index 6e15ad6..ba73b4d 100755 --- a/tests/0_common/00_qa_repo_config.sh +++ b/tests/0_common/00_qa_repo_config.sh @@ -1,7 +1,7 @@ #!/bin/bash t_Log "Running $0 - modifying yum repositories for QA purposes." -if [ $SKIP_QA_HARNESS -eq 0 ]; then +if [ $SKIP_QA_HARNESS -eq 1 ]; then echo 'Skip..' exit 0 fi