summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts/centos-regression.sh
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2017-06-22 21:05:19 +0530
committerNigel Babu <nigelb@redhat.com>2017-06-22 21:05:19 +0530
commit90a607dfda9efbc464ecc7e24082601084078ee1 (patch)
treec1817a12ef2ddae1636cdfd5dd6bc5fbdb292c9a /build-gluster-org/scripts/centos-regression.sh
parentfee6bfc07a68fa25bcc2ca55ef5fb0b80183f9d7 (diff)
Fix typo in the regression script
Change-Id: I63a56429a99e5e3d39833ea3f652559e23dd9a1b
Diffstat (limited to 'build-gluster-org/scripts/centos-regression.sh')
-rw-r--r--build-gluster-org/scripts/centos-regression.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gluster-org/scripts/centos-regression.sh b/build-gluster-org/scripts/centos-regression.sh
index 786e07a..8960ab8 100644
--- a/build-gluster-org/scripts/centos-regression.sh
+++ b/build-gluster-org/scripts/centos-regression.sh
@@ -48,7 +48,7 @@ chmod 755 $JDIRS
# Skip tests for certain folders
SKIP=true
for file in $(git diff-tree --no-commit-id --name-only -r HEAD); do
- /opt/qa/is-ignored-file.py file
+ /opt/qa/is-ignored-file.py $file
matched=$?
if [ $matched -eq 1 ]; then
SKIP=false