From a2dc3a075e2aadaec00a6e742a6cf471dae9746c Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 19 Jun 2009 08:47:32 +0200 Subject: [PATCH] do not poweroff in TEST-30-ISCSI, if rdinitdebug is set --- test/TEST-30-ISCSI/hard-off.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TEST-30-ISCSI/hard-off.sh b/test/TEST-30-ISCSI/hard-off.sh index 92dd3044..85fd8497 100755 --- a/test/TEST-30-ISCSI/hard-off.sh +++ b/test/TEST-30-ISCSI/hard-off.sh @@ -1,2 +1,2 @@ #!/bin/sh -poweroff -f \ No newline at end of file +getarg rdinitdebug || poweroff -f