summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2009-06-25 13:40:08 -0400
committerSteve Dickson <steved@redhat.com>2009-06-25 13:40:08 -0400
commit4e1dccaf7098221c8fbca90d62a60b77fb999aaa (patch)
tree1f3b777e73bdce5db9599cd42998c99983874137
parent60bffd6dbe7baa813c0694ef664dce9fc81b1a2d (diff)
downloadcthon04-4e1dccaf7098221c8fbca90d62a60b77fb999aaa.tar.gz
cthon04-4e1dccaf7098221c8fbca90d62a60b77fb999aaa.tar.xz
cthon04-4e1dccaf7098221c8fbca90d62a60b77fb999aaa.zip
Fixed some new line issues with runcthon
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 5828709..6bfdc28 100755
--- a/runcthon
+++ b/runcthon
@@ -47,14 +47,12 @@ 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 ] &&
sudo umount $mnt/nfsv$vers$proto ) &
- #echo -n "waiting...."
- #wait
}
umountall()
{
@@ -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