Skip to content

Commit 395509b

Browse files
committed
ci: always cat test_env.log
1 parent a43e982 commit 395509b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ cat_logs_snippet: &CAT_LOGS
3636
- cat valgrind_ctime_test.log || true
3737
cat_bench_log_script:
3838
- cat bench.log || true
39+
cat_test_env_script:
40+
- cat test_env.log || true
3941
on_failure:
4042
cat_config_log_script:
4143
- cat config.log || true
42-
cat_test_env_script:
43-
- cat test_env.log || true
4444
cat_ci_env_script:
4545
- env
4646

0 commit comments

Comments
 (0)