summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2017-07-19 01:16:32 -0700
committerPierre Grandin <grandinp@gmail.com>2017-07-19 01:16:32 -0700
commitc87798b495346b22cbb710dfe19eb12f514d8480 (patch)
treeb966c461a5393061045c65dd2bf4482a97d0e6d3
parent898608e4df6861c9fe5209411d4f77fb369919a7 (diff)
downloadnavit-c87798b495346b22cbb710dfe19eb12f514d8480.tar.gz
Fixed unsupported bash increment in circleci
-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 070679b79..8e5e9877c 100644
--- a/ci/run_linux_tests.sh
+++ b/ci/run_linux_tests.sh
@@ -72,7 +72,7 @@ do
do
for y in 600 768 800 1024 1080 1440; # y resolution
do
- ((i++)) # 8*6*6=288 test vectors
+ i=$((i++)) # 8*6*6=288 test vectors
# restore config
cp navit.xml.bak navit.xml
# run gtk test