Skip to content

Commit fa7ca18

Browse files
author
MarcoFalke
committed
ci: Print inner env
1 parent 11e2f9f commit fa7ca18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/test/03_test_script.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ df -h
3030
# Tests that run natively guess the host
3131
export HOST=${HOST:-$("$BASE_ROOT_DIR/depends/config.guess")}
3232

33+
echo "=== BEGIN env ==="
34+
env
35+
echo "=== END env ==="
36+
3337
(
3438
# compact->outputs[i].file_size is uninitialized memory, so reading it is UB.
3539
# The statistic bytes_written is only used for logging, which is disabled in

0 commit comments

Comments
 (0)