validate-comps: don't set -x any more
This is only really useful for debugging the script itself, it's not useful information for typical execution (especially now I made it show which test(s) fail more clearly). Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
076138efdd
commit
40d2fd12bb
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
set -euxo pipefail
|
||||
set -euo pipefail
|
||||
|
||||
main() {
|
||||
failure=0
|
||||
|
Loading…
Reference in New Issue
Block a user