diff options
| author | Bill Peck <bpeck@redhat.com> | 2013-01-29 16:09:54 -0500 |
|---|---|---|
| committer | Bill Peck <bpeck@redhat.com> | 2013-01-29 16:09:54 -0500 |
| commit | 908afd40fb4e9a7612d744cca368862aa594a10b (patch) | |
| tree | bb6ba9bb269b97bc71583300ae87ee97804dfc2c /kernel/networking/libvirt/netperf-client | |
| parent | bfd87368dcb771a8a365ce27f754313c9e707c84 (diff) | |
| download | tests-908afd40fb4e9a7612d744cca368862aa594a10b.tar.gz tests-908afd40fb4e9a7612d744cca368862aa594a10b.tar.xz tests-908afd40fb4e9a7612d744cca368862aa594a10b.zip | |
Only report fail, less noise.
Diffstat (limited to 'kernel/networking/libvirt/netperf-client')
| -rwxr-xr-x | kernel/networking/libvirt/netperf-client/runtest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/networking/libvirt/netperf-client/runtest.sh b/kernel/networking/libvirt/netperf-client/runtest.sh index 89d4296..f6c9b7c 100755 --- a/kernel/networking/libvirt/netperf-client/runtest.sh +++ b/kernel/networking/libvirt/netperf-client/runtest.sh @@ -47,10 +47,10 @@ for guest in $GUESTS; do done IFS=";" for addr in $valid_addrs; do - ../common/autologin.exp $guest "netperf -4 -H $addr -l $PERF_TIME" && pass VALID|| fail VALID + ../common/autologin.exp $guest "netperf -4 -H $addr -l $PERF_TIME" || fail VALID done for addr in $invalid_addrs; do - ../common/autologin.exp $guest "netperf -4 -H $addr -l $PERF_TIME" && pass INVALID|| fail INVALID + ../common/autologin.exp $guest "netperf -4 -H $addr -l $PERF_TIME" || fail INVALID done unset IFS done |
