From 7d48b606de2f9c23995f87d3ca236c2c94d1f3cb Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> Date: Tue, 21 Feb 2012 12:21:32 +0100 Subject: [PATCH] hopefully fix for skipping check_initscripts --- scripts/builds.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/builds.sh b/scripts/builds.sh index 3c4d12f..2d77f42 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -12,7 +12,10 @@ function reed () { hostname | grep -q reed ; } function velvet () { hostname | grep -q velvet ; } #################### lxc on f14 and f16 -liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f14 -p linux64 -b @DATE@--lxc14 -x '-x check_initscripts' +# skip the check_initscripts step +# we want to pass '-x check_initscripts' to te tests script +# but -x '-x check_initscripts' won't work well +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f14 -p linux64 -b @DATE@--lxc14 -x -x -x check_initscripts # testing on f16 is known to be broken - services won't start in the myplc vm - systemd not supported in util-vserver ? liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f16 -p linux64 -b @DATE@--lxc16 -B -- 2.47.0