From 6f319efab77e88e06acb689923ad619bf4c78304 Mon Sep 17 00:00:00 2001 From: gramanas Date: Sun, 15 Apr 2018 06:15:06 +0300 Subject: variable conf --- src/tests/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/init') diff --git a/src/tests/init b/src/tests/init index 2091bdc..4f78802 100755 --- a/src/tests/init +++ b/src/tests/init @@ -5,7 +5,7 @@ TEST_LOCATION=@PROJECT_TESTING_GROUNDS@ mkdir -p $TEST_LOCATION/vc mkdir $TEST_LOCATION/sec -exec $BIN/ck init $TEST_LOCATION/vc $TEST_LOCATION/sec > /dev/null 2>&1 & +exec $BIN/ck init $TEST_LOCATION/vc $TEST_LOCATION/sec & wait $! if [ ! -f ~/.ck/ckrc ]; then -- cgit v1.2.3