[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, experimental, updated. debian/1%1.21.40-1
Hilko Bengen
bengen at debian.org
Sat Jun 1 11:05:03 UTC 2013
The following commit has been merged in the experimental branch:
commit 40a0e086199780fd3326412f5dd8c27649cb619c
Author: Hilko Bengen <bengen at hilluzination.de>
Date: Sun May 19 18:01:10 2013 +0200
fish/test-events.sh: ignore "trace get_path" line
The test would fail when LIBGUESTFS_PATH was not set.
diff --git a/fish/test-events.sh b/fish/test-events.sh
index 79957ed..32e0a31 100755
--- a/fish/test-events.sh
+++ b/fish/test-events.sh
@@ -22,7 +22,7 @@ set -e
rm -f test.out
-./guestfish -a /dev/null <<'EOF' | grep -v get_verbose | grep -v get_trace | grep -v 'library .*0x' | grep -v 'library command' > test.out
+./guestfish -a /dev/null <<'EOF' | grep -v get_verbose | grep -v get_trace | grep -v 'library .*0x' | grep -v 'library command' | grep -v 'get_path' > test.out
trace true
event ev1 * "echo $EVENT $@"
@@ -59,9 +59,6 @@ trace shutdown = 0
enter get_autosync
trace get_autosync
trace get_autosync = 1
-enter get_path
-trace get_path
-trace get_path = "'$LIBGUESTFS_PATH'"
enter get_pgroup
trace get_pgroup
trace get_pgroup = 0
--
Libguestfs Debian packaging
More information about the Pkg-libvirt-commits
mailing list