aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/release
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-04-20 12:50:05 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-04-20 14:23:51 +0000
commitdb0c487a15018361edf8df362d56decb53a92aba (patch)
treef9fe295e752573707e3c2ee0f47e23250e028a3c /scripts/release
parent8feea7eb117d4c0ca3b8bfd3fa6b8e3b40a2977f (diff)
Add the repository name prefix to release test environment
This test is now failing on ci.bazel.io -- MOS_MIGRATED_REVID=120328587
Diffstat (limited to 'scripts/release')
-rwxr-xr-xscripts/release/testenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release/testenv.sh b/scripts/release/testenv.sh
index e5debf24e1..d00ea64838 100755
--- a/scripts/release/testenv.sh
+++ b/scripts/release/testenv.sh
@@ -19,7 +19,7 @@
[ -z "$TEST_SRCDIR" ] && { echo "TEST_SRCDIR not set!" >&2; exit 1; }
# Load the unit-testing framework
-source "${TEST_SRCDIR}/src/test/shell/unittest.bash" || \
+source "${TEST_SRCDIR}/io_bazel/src/test/shell/unittest.bash" || \
{ echo "Failed to source unittest.bash" >&2; exit 1; }
# Commit at which we cut the master to do the test so we always take the git