From 445e88f50be7eeedf73d09077591eacedc9e9ed5 Mon Sep 17 00:00:00 2001 From: anastasia Date: Thu, 3 Jun 2021 13:46:32 +0300 Subject: [PATCH] Minor fix: preserve log of regression tests in circleci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e5d0e36960..9c68256bd2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -222,7 +222,7 @@ jobs: du -sh /tmp/test_output/* for DIR in /tmp/test_output/*; do mv $DIR/repo/pageserver.log $DIR/ || true # ignore errors - for PGDIR in $DIR/repo/pgdatadirs/pg?; do + for PGDIR in $DIR/repo/pgdatadirs/*; do echo "PGDIR: $PGDIR" NEW_LOG="${PGDIR##*/}_log" mv $PGDIR/log "$DIR/$NEW_LOG" || true # ignore errors