From db0c487a15018361edf8df362d56decb53a92aba Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Wed, 20 Apr 2016 12:50:05 +0000 Subject: Add the repository name prefix to release test environment This test is now failing on ci.bazel.io -- MOS_MIGRATED_REVID=120328587 --- scripts/release/testenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/release') 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 -- cgit v1.2.3