mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-26 16:01:45 -07:00
Add pipefail to tests of uncompressed dumps to enure it still works
This commit is contained in:
parent
9699b92008
commit
b5e8cdccf1
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
||||||
state: dump
|
state: dump
|
||||||
name: all
|
name: all
|
||||||
target: /tmp/full-dump-without-t1.sql
|
target: /tmp/full-dump-without-t1.sql
|
||||||
|
pipefail: true # This should do nothing
|
||||||
register: full_dump_without_t1
|
register: full_dump_without_t1
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
|
@ -108,6 +109,7 @@
|
||||||
state: dump
|
state: dump
|
||||||
name: db2
|
name: db2
|
||||||
target: /tmp/dump-db2-without_t1.sql
|
target: /tmp/dump-db2-without_t1.sql
|
||||||
|
pipefail: true # This should do nothing
|
||||||
register: dump_db2_without_t1
|
register: dump_db2_without_t1
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue