From 83efded3132735d5aaa5f8aca5eaaed1f8f99244 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 10 Oct 2014 18:37:13 +0200 Subject: testing: Ensure no guest is running when modifying images Sometimes guests are not stopped properly. If images are then modified they will be corrupted. --- testing/scripts/build-rootimage | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/scripts/build-rootimage') diff --git a/testing/scripts/build-rootimage b/testing/scripts/build-rootimage index 8e10ce5f3..a84104a90 100755 --- a/testing/scripts/build-rootimage +++ b/testing/scripts/build-rootimage @@ -22,6 +22,7 @@ DIR=$(dirname `readlink -f $0`) [ `id -u` -eq 0 ] || die "You must be root to run $0" [ -f "$BASEIMG" ] || die "Base image $BASEIMG not found" +running_any $STRONGSWANHOSTS && die "Please stop test environment before running $0" check_commands partprobe qemu-img qemu-nbd -- cgit v1.2.3