Skip to content

Commit

Permalink
Revert "fix stupid bash stuff"
Browse files Browse the repository at this point in the history
This reverts commit 5b6d25e.
  • Loading branch information
Richard Artoul committed Aug 14, 2019
1 parent 5b6d25e commit 1e4bb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-integration-tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ for test in "${TESTS[@]}"; do
echo "running $test"
"$test"
fi
ITER="$((ITER+1))"
((ITER++))
done

0 comments on commit 1e4bb3c

Please sign in to comment.