summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2015-01-24 08:41:30 -0500
committerSteve Dickson <steved@redhat.com>2015-01-24 08:41:30 -0500
commitdc7eafe4b6c877accd3a15d161e7d400ea9b4252 (patch)
treec17bdee9c2e691a864b1027b5360b8dfc729f22b
parent5634a011b356d5e1a63979a1a4b5849ba1cc372f (diff)
downloadcthon04-dc7eafe4b6c877accd3a15d161e7d400ea9b4252.tar.gz
cthon04-dc7eafe4b6c877accd3a15d161e7d400ea9b4252.tar.xz
cthon04-dc7eafe4b6c877accd3a15d161e7d400ea9b4252.zip
Fixed --dokrb5 arugment
Signed-off-by: Steve Dickson <steved@redhat.com>
-rwxr-xr-xruncthon5
1 files changed, 3 insertions, 2 deletions
diff --git a/runcthon b/runcthon
index c856d88..72962f9 100755
--- a/runcthon
+++ b/runcthon
@@ -10,7 +10,8 @@ server=$2
vers=$3
proto=$4
sec=$5
-
+#echo "test=$test server=$server vers-$vers proto=$proto sec=$sec"
+#return
if [ $vers = "4" ]; then
if [ -n "$sec" ] ; then
if [ $minver -gt 0 ]; then
@@ -256,7 +257,7 @@ tests="b g s l"
[ "$nolcks" -eq 1 ] && tests="b g s"
for i in $tests
do
- if [ "$onlykrb5" -eq 0 -a $dokrb5 -eq 0 ]; then
+ if [ "$onlykrb5" -eq 0 -a $dokrb5 -eq 1 ]; then
if [ "$noudp" -ne 1 -a "$onlyrdma" -eq 0 ]; then
if [ "$onlyv4" -eq 0 ]; then
runtests -$i $SRV 3 udp ""