Skip to content

Commit

Permalink
Oops, one more fix of the travis script that runs bazel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 5, 2019
1 parent 3254501 commit 580401d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if [[ ! -z "$BZL_TEST" ]]; then
bazel test --test_env=TRAVIS --test_env=DISPLAY --test_env=DASHBOARD_URL $BZL_TEST
fi
else
bazel test --test_env=TRAVIS --test_env=DISPLAY --test_env=DASHBOARD_URL $BZL
bazel test --test_env=TRAVIS --test_env=DISPLAY --test_env=DASHBOARD_URL $BZL_TEST
fi
fi

Expand Down

0 comments on commit 580401d

Please sign in to comment.