From: Tim Shimmin Date: Wed, 24 Aug 2005 15:19:05 +0000 (+0000) Subject: fix up start and stop state X-Git-Tag: v1.1.0~692 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c57cc6fb97c8f5d6a7676bdad158761e16857e9e;p=xfstests-dev.git fix up start and stop state Merge of master-melb:xfs-cmds:23621a by kenmcd. fix up start and stop state --- diff --git a/tools/auto-qa b/tools/auto-qa index 35e6c532..338a8224 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -317,6 +317,8 @@ do _log " (user=$USER, host=$HOST)" new_state="" + start_state=$state + case $state in *init) @@ -581,7 +583,7 @@ do if [ -n "$stop_state" ] then # remove hyphen prefixes - s1=`echo $state | sed 's/.*-//'` + s1=`echo $start_state | sed 's/.*-//'` s2=`echo $stop_state | sed 's/.*-//'` if [ $s1 = $s2 ]