Expand parameters as separate words
Related rhbz#1656105
This commit is contained in:
parent
619daa1307
commit
cd1f26d4e7
@ -35,7 +35,7 @@ if [ -z "$*" ]; then
|
||||
else
|
||||
# execute other cli tests which need more adjustments in the calling environment
|
||||
# or can't be executed inside Travis CI
|
||||
for TEST in "$*"; do
|
||||
for TEST in "$@"; do
|
||||
./$TEST
|
||||
done
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user