From 957da6c447678f031b33ffcfd9398de977091630 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 23 Feb 2012 14:10:36 +0100 Subject: [PATCH] skip check_tcp on lxc --- scripts/builds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/builds.sh b/scripts/builds.sh index 930e434..d5b6d94 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -15,7 +15,7 @@ function velvet () { hostname | grep -q velvet ; } # 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 +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 # 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