mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix parentheses
This commit is contained in:
parent
92b201da37
commit
c67cf3a522
2
.github/workflows/compare-snapshots.yml
vendored
2
.github/workflows/compare-snapshots.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
- name: Normalise execution time based changes
|
- name: Normalise execution time based changes
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
changed_execution_time=${git diff --quiet -S "complete after 0s" -- testing/equivalence-tests/outputs || echo true)
|
changed_execution_time=$(git diff --quiet -S "complete after 0s" -- testing/equivalence-tests/outputs || echo true)
|
||||||
if [[ $changed == "true" ]]; then
|
if [[ $changed == "true" ]]; then
|
||||||
echo "Found changes in the execution times in the result outputs. Defaulting the execution times to 0"
|
echo "Found changes in the execution times in the result outputs. Defaulting the execution times to 0"
|
||||||
find testing/equivalence-tests/outputs -type f -name "apply.json" -exec sed -E -i 's/complete after [0-9]+s/complete after 0s/g' {} +
|
find testing/equivalence-tests/outputs -type f -name "apply.json" -exec sed -E -i 's/complete after [0-9]+s/complete after 0s/g' {} +
|
||||||
|
Loading…
Reference in New Issue
Block a user