fine tuned shell switches for run_tests.sh
This commit is contained in:
parent
e0573d3099
commit
52a714143f
1 changed files with 3 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue