diff options
| author | Steve Dickson <steved@redhat.com> | 2009-02-23 16:31:25 -0500 |
|---|---|---|
| committer | Steve Dickson <steved@redhat.com> | 2009-02-23 16:31:25 -0500 |
| commit | 62a124fc1b8536efafefd5ba1b02ddd7fc20c962 (patch) | |
| tree | a2bdb3e6538cfebc906dd525ce01608e8fe1dd2e | |
| parent | 948f52d7adf0e71e8258036eab8a8fefebc637f2 (diff) | |
Stop runing v4 tests when --onlyv3 is set.
Signed-off-by: Steve Dickson <steved@redhat.com>
| -rwxr-xr-x | runcthon | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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..." |
