From b56b7555ecbf3d9e0e688861afd8e66782045d61 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 1 Jul 2024 11:56:18 +0200 Subject: make test script a bit more verbose --- test-ipxe.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test-ipxe.sh b/test-ipxe.sh index c1ca3e1..dcfbdba 100644 --- a/test-ipxe.sh +++ b/test-ipxe.sh @@ -1,7 +1,15 @@ #!/bin/sh cd $(dirname $0) + +echo "=== prepare ===" sh libvirt-setup.sh + +echo "=== run tests ===" python3 test-ipxe.py -v rc="$?" + +echo "=== cleanup ===" sh libvirt-cleanup.sh + +echo "=== done ===" exit $rc -- cgit