From 9c88e39552da20da1524b3a05fb2ed0d626d2f05 Mon Sep 17 00:00:00 2001 From: Karanbir Singh Date: Nov 09 2012 13:01:22 +0000 Subject: we need to not make the change when doing the skip; had it the wrong way around earlier --- 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