mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Make sure test script fails on any error
This commit is contained in:
parent
e762095497
commit
e4acd44e23
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh -x
|
#!/bin/sh -xe
|
||||||
|
|
||||||
if [ "${TARGET}" = "sanity" ]; then
|
if [ "${TARGET}" = "sanity" ]; then
|
||||||
./test/code-smell/replace-urlopen.sh .
|
./test/code-smell/replace-urlopen.sh .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue