summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2009-02-23 16:31:25 -0500
committerSteve Dickson <steved@redhat.com>2009-02-23 16:31:25 -0500
commit62a124fc1b8536efafefd5ba1b02ddd7fc20c962 (patch)
treea2bdb3e6538cfebc906dd525ce01608e8fe1dd2e
parent948f52d7adf0e71e8258036eab8a8fefebc637f2 (diff)
downloadcthon04-62a124fc1b8536efafefd5ba1b02ddd7fc20c962.tar.gz
cthon04-62a124fc1b8536efafefd5ba1b02ddd7fc20c962.tar.xz
cthon04-62a124fc1b8536efafefd5ba1b02ddd7fc20c962.zip
Stop runing v4 tests when --onlyv3 is set.
Signed-off-by: Steve Dickson <steved@redhat.com>
-rwxr-xr-xruncthon6
1 files changed, 4 insertions, 2 deletions
diff --git a/runcthon b/runcthon
index 02afc72..d5e3886 100755
--- a/runcthon
+++ b/runcthon
@@ -160,8 +160,10 @@ do
runtests -$i $SRV 2 tcp ""
fi
fi
- if [ "$nov4" -eq 0 ]; then
- runtests -$i $SRV 4 tcp ""
+ if [ "$onlyv3" -ne 1 ]; then
+ if [ "$nov4" -eq 0 ]; then
+ runtests -$i $SRV 4 tcp ""
+ fi
fi
fi
echo -n "Waiting for '$i' to finish..."