aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-05-12 12:01:59 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-05-15 09:34:55 +0000
commit9e7e627ce2ad2a3305019c95f8f0c8f583648804 (patch)
treea7d488c889aa63226fce1f2f1cccdf2adc7f15b5
parent4881d7a06b076a55b3b816452ba86214db474cdb (diff)
Fix order of method call in test-setup
-- MOS_MIGRATED_REVID=93401974
-rwxr-xr-xsrc/test/shell/bazel/test-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/shell/bazel/test-setup.sh b/src/test/shell/bazel/test-setup.sh
index 729ba9b028..b26656c83a 100755
--- a/src/test/shell/bazel/test-setup.sh
+++ b/src/test/shell/bazel/test-setup.sh
@@ -203,5 +203,5 @@ function assert_bazel_run() {
assert_binary_run "./bazel-bin/$(echo "$1" | sed 's|^//||' | sed 's|:|/|')" "${2:-}"
}
-setup_clean_workspace
setup_bazelrc
+setup_clean_workspace