Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
experimental_ui_test: fix test_strategy option
Browse files Browse the repository at this point in the history
Change-Id: Ieed7e16860e483b69081a69420681b6c1bf6628c
PiperOrigin-RevId: 158534203
  • Loading branch information
aehlig authored and katre committed Jun 9, 2017
1 parent 9f8d81e commit b6ea82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/shell/integration/experimental_ui_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ source "${CURRENT_DIR}/../integration_test_setup.sh" \
set -e

add_to_bazelrc "build --genrule_strategy=local"
add_to_bazelrc "test --test_strategy=local"
add_to_bazelrc "test --test_strategy=standalone"

function set_up() {
mkdir -p pkg
Expand Down

0 comments on commit b6ea82a

Please sign in to comment.