From 2c4db3fa6e2a1d14b233d82f5061cfe6a444b135 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Tue, 29 Sep 2015 12:35:25 -0400 Subject: [PATCH] lxc-test-symlink: Background the containers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- src/tests/lxc-test-symlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/lxc-test-symlink b/src/tests/lxc-test-symlink index 37320f0df..b014a6691 100644 --- a/src/tests/lxc-test-symlink +++ b/src/tests/lxc-test-symlink @@ -29,7 +29,7 @@ testrun() { expected=$1 run=$2 pass="pass" - lxc-start -P $lxcpath -n symtest1 -l trace -o $lxcpath/log || pass="fail" + lxc-start -d -P $lxcpath -n symtest1 -l trace -o $lxcpath/log || pass="fail" [ $pass = "pass" ] && lxc-wait -P $lxcpath -n symtest1 -t 10 -s RUNNING || pass="fail" if [ "$pass" != "$expected" ]; then echo "Test $run: expected $expected but container did not. Start log:" -- 2.47.2