summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@altern.org>2017-01-02 13:21:28 -0800
committerPierre Grandin <grandinp@altern.org>2017-01-02 13:21:28 -0800
commitc1f953544636a141003aff544634a59b5fe5214b (patch)
tree25f5485611a1c5a58ff2d9d60e3d6c741d459bcd
parent1a53f5d7c6f32488ee71bd915913f9f7f3745407 (diff)
downloadnavit-c1f953544636a141003aff544634a59b5fe5214b.tar.gz
Start navit in the background
-rw-r--r--ci/run_linux_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run_linux_tests.sh b/ci/run_linux_tests.sh
index df78cbe63..49dbae289 100644
--- a/ci/run_linux_tests.sh
+++ b/ci/run_linux_tests.sh
@@ -15,7 +15,7 @@ wget http://sd-55475.dedibox.fr/berkeley.bin -O maps/berkeley.bin
mkdir $CIRCLE_ARTIFACTS/logs
-./navit >$CIRCLE_ARTIFACTS/logs/stdout.txt 2>$CIRCLE_ARTIFACTS/logs/stderr.txt
+./navit >$CIRCLE_ARTIFACTS/logs/stdout.txt 2>$CIRCLE_ARTIFACTS/logs/stderr.txt &
pid=$!
sleep 5