aboutsummaryrefslogtreecommitdiff
path: root/tests/common_settings_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common_settings_test.sh')
-rwxr-xr-xtests/common_settings_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/common_settings_test.sh b/tests/common_settings_test.sh
index 1e3d03d..51eb38e 100755
--- a/tests/common_settings_test.sh
+++ b/tests/common_settings_test.sh
@@ -38,7 +38,7 @@ else
fi
# --- end runfiles.bash initialization ---
-source "$(rlocation bazel_skylib/tests/unittest.bash)" \
+source "$(rlocation $TEST_WORKSPACE/tests/unittest.bash)" \
|| { echo "Could not source bazel_skylib/tests/unittest.bash" >&2; exit 1; }
function create_volcano_pkg() {
@@ -55,7 +55,7 @@ EOF
exports_files(["*.bzl"])
EOF
- ln -sf "$(rlocation bazel_skylib/rules/common_settings.bzl)" rules/common_settings.bzl
+ ln -sf "$(rlocation $TEST_WORKSPACE/rules/common_settings.bzl)" rules/common_settings.bzl
mkdir -p volcano
cat > volcano/rules.bzl <<EOF