From c57cc6fb97c8f5d6a7676bdad158761e16857e9e Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Wed, 24 Aug 2005 15:19:05 +0000 Subject: [PATCH] fix up start and stop state Merge of master-melb:xfs-cmds:23621a by kenmcd. fix up start and stop state --- tools/auto-qa | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ] -- 2.30.2