feat(bash): Replace short set options by long format

This commit is contained in:
Carlos Álvaro
2022-11-09 17:12:36 +01:00
committed by Carlos Álvaro
parent 55c150dcdf
commit e59c3c082a
9 changed files with 16 additions and 17 deletions

View File

@@ -1,8 +1,5 @@
#!/usr/bin/env bash
set -e
[ "${DEBUG,,}" == true ] && set -vx
echo "🧪 Running salt-api tests ..."
# https://stackoverflow.com/a/4774063/3398062