From 18124690011d8c9ef11a77ea4a503c9bc9f30849 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 20 Mar 2012 11:30:46 +0100 Subject: [PATCH] use new -e build option instead of messing with -x -x -x --- scripts/builds.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/builds.sh b/scripts/builds.sh index 7e24c86..3da4c05 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -13,9 +13,8 @@ function velvet () { hostname | grep -q velvet ; } #################### lxc on f14 and f16 # 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 -x -x -x check_tcp +# TODO use -X to test plc under lxc +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f14 -p linux64 -b @DATE@--lxc14 -e check_initscripts -e check_tcp # 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 -- 2.47.0