From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> Date: Tue, 20 Mar 2012 10:30:46 +0000 (+0100) Subject: use new -e build option instead of messing with -x -x -x X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=18124690011d8c9ef11a77ea4a503c9bc9f30849;p=infrastructure.git use new -e build option instead of messing with -x -x -x --- 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