summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2009-07-02 09:58:52 -0400
committerSteve Dickson <steved@redhat.com>2009-07-02 09:58:52 -0400
commitd6740dffe3ea2467b647498928a35b66a7524297 (patch)
treebe2caf52dde17bb3e0d9cf754805ac6687146133
parent441dc1e5bfb9ec0d39b6f170dd816a719647ef6e (diff)
downloadcthon04-d6740dffe3ea2467b647498928a35b66a7524297.tar.gz
cthon04-d6740dffe3ea2467b647498928a35b66a7524297.tar.xz
cthon04-d6740dffe3ea2467b647498928a35b66a7524297.zip
Removed the newline from runtests
Signed-off-by: Steve Dickson <steved@redhat.com>
-rwxr-xr-xruncthon8
1 files changed, 3 insertions, 5 deletions
diff --git a/runcthon b/runcthon
index 41f9665..d997977 100755
--- a/runcthon
+++ b/runcthon
@@ -47,8 +47,8 @@ sec=$5
exportdir="-p $serverdir/nfsv$vers$proto"
echo "./server $test $mntargs $mntpoint $exportdir $SRV"
(./server $test $mntargs $mntpoint $exportdir $SRV > /tmp/nfsv$vers$proto 2>&1 ;
- echo ""
[ $? -ne 0 ] && {
+ echo ""
echo "The '$test' test using '$mntargs' args to $SRV: Failed!!"
}
[ -d $mnt/nfsv$vers$proto/`hostname -s`.test ] &&
@@ -180,8 +180,6 @@ do
fi
echo -n "Waiting for '$i' to finish..."
wait
- echo -n "Done: "
- date
fi
if [ "$onlykrb5" -eq 1 ]; then
@@ -208,8 +206,8 @@ do
fi
echo -n "Waiting for '$i' to finish..."
wait
- echo -n "Done: "
- date
done
fi
done
+echo -n "Done: "
+date