File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
src/test/shell/integration Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 20
20
21
21
# --- begin runfiles.bash initialization v3 ---
22
22
# Copy-pasted from the Bazel Bash runfiles library v3.
23
- set -uo pipefail; set +e; f=io_bazel /tools/bash/runfiles/runfiles.bash
24
- source " ${TEST_SRCDIR :-/ dev/ null} /$f " 2> /dev/null || \
25
- source " $( grep -sm1 " ^$f " " ${TEST_SRCDIR :-/ dev/ null} /MANIFEST " | cut -f2- -d' ' ) " 2> /dev/null || \
23
+ set -uo pipefail; set +e; f=bazel_tools /tools/bash/runfiles/runfiles.bash
24
+ source " ${RUNFILES_DIR :-/ dev/ null} /$f " 2> /dev/null || \
25
+ source " $( grep -sm1 " ^$f " " ${RUNFILES_MANIFEST_FILE :-/ dev/ null} " | cut -f2- -d' ' ) " 2> /dev/null || \
26
26
source " $0 .runfiles/$f " 2> /dev/null || \
27
27
source " $( grep -sm1 " ^$f " " $0 .runfiles_manifest" | cut -f2- -d' ' ) " 2> /dev/null || \
28
28
source " $( grep -sm1 " ^$f " " $0 .exe.runfiles_manifest" | cut -f2- -d' ' ) " 2> /dev/null || \
457
457
}
458
458
459
459
run_suite " Integration tests of ${PRODUCT_NAME} using the execution phase."
460
+
Original file line number Diff line number Diff line change 18
18
19
19
# --- begin runfiles.bash initialization v3 ---
20
20
# Copy-pasted from the Bazel Bash runfiles library v3.
21
- set -uo pipefail; set +e; f=io_bazel /tools/bash/runfiles/runfiles.bash
22
- source " ${TEST_SRCDIR :-/ dev/ null} /$f " 2> /dev/null || \
23
- source " $( grep -sm1 " ^$f " " ${TEST_SRCDIR :-/ dev/ null} /MANIFEST " | cut -f2- -d' ' ) " 2> /dev/null || \
21
+ set -uo pipefail; set +e; f=bazel_tools /tools/bash/runfiles/runfiles.bash
22
+ source " ${RUNFILES_DIR :-/ dev/ null} /$f " 2> /dev/null || \
23
+ source " $( grep -sm1 " ^$f " " ${RUNFILES_MANIFEST_FILE :-/ dev/ null} " | cut -f2- -d' ' ) " 2> /dev/null || \
24
24
source " $0 .runfiles/$f " 2> /dev/null || \
25
25
source " $( grep -sm1 " ^$f " " $0 .runfiles_manifest" | cut -f2- -d' ' ) " 2> /dev/null || \
26
26
source " $( grep -sm1 " ^$f " " $0 .exe.runfiles_manifest" | cut -f2- -d' ' ) " 2> /dev/null || \
You can’t perform that action at this time.
0 commit comments