From 739228d393a6f4a311b5479f8661e2a4c8677423 Mon Sep 17 00:00:00 2001 From: Viacheslav Sarzhan Date: Wed, 20 Mar 2024 11:52:54 +0200 Subject: [PATCH] Update e2e-tests/pitr-physical/run Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- e2e-tests/pitr-physical/run | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e-tests/pitr-physical/run b/e2e-tests/pitr-physical/run index 40903cdb84..2eb108e557 100755 --- a/e2e-tests/pitr-physical/run +++ b/e2e-tests/pitr-physical/run @@ -42,10 +42,10 @@ run_backup() { local type=$3 desc "run backup $name-$idx" - cat $test_dir/conf/$name.yml | - $sed -e "s/name:/name: $name-$idx/" | - $sed -e "s/type:/type: $type/" | - kubectl_bin apply -f - + cat $test_dir/conf/$name.yml \ + | $sed -e "s/name:/name: $name-$idx/" \ + | $sed -e "s/type:/type: $type/" \ + | kubectl_bin apply -f - wait_backup "$name-$idx"