mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +00:00
fine tuned shell switches for run_tests.sh
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/bin/sh -x
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -u
|
||||
set -x
|
||||
|
||||
if [ "${TARGET}" = "sanity" ]; then
|
||||
./test/code-smell/replace-urlopen.sh .
|
||||
|
||||
Reference in New Issue
Block a user