Merge branch 'master' into issue-3242

This commit is contained in:
artemp 2016-06-23 09:47:47 +01:00
commit b565897546

View file

@ -42,7 +42,7 @@ if [ -d "test/data" ]; then
if [ -d "test/data-visual/styles" ]; then
run_substep "Running visual tests..."
if [ -z "$JOBS" ]; then
if [ -z "${JOBS:-}" ]; then
JOBS=1
fi
if [[ -f ./test/visual/run ]]; then