Skip to content

Commit ff9f45f

Browse files
author
Tao Wang
authored
add debugging info in Bazel (MobileNativeFoundation#569)
Signed-off-by: larrytaowang <tao.larry.wang@gmail.com>
1 parent 97ab3a0 commit ff9f45f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bptestrunner/bluepill_batch_test_runner.template.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,14 @@ echo "Running ./bluepill --test-plan-path "${BP_TEST_PLAN_ARG}" -o "outputs" ${C
8080

8181
cd $BP_WORKING_FOLDER
8282
RC=0
83+
84+
echo "Working directory: $(pwd)"
85+
echo "Hostname: $(hostname)"
86+
8387
(./bluepill --test-plan-path "${BP_TEST_PLAN_ARG}" -o "outputs" ${CONFIG_ARG} ${TIME_ESTIMATE_ARG}) || RC=$?
8488
# Move Bluepill output to bazel-testlogs
8589
ditto "outputs" "$TEST_UNDECLARED_OUTPUTS_DIR"
8690
rm -rf "outputs"
91+
92+
echo "Exit code: $RC"
8793
exit $RC

0 commit comments

Comments
 (0)