MT#62763 Fix shellcheck issues

Warned-by: shellcheck
Change-Id: Ib4dabe94ee29768da23e6ced406eb853d8fd7b29
mr13.4
Guillem Jover 5 months ago
parent 025afbca5c
commit 44b0ff9e02

@ -51,7 +51,7 @@ EOF
fi
}
if [[ -n "$@" ]]; then
if [[ $# -gt 0 ]]; then
for i in "$@"; do
if [ ! -f "$i" ]; then
echo "No $i found"

@ -18,4 +18,4 @@ else
fi
RESULTS=${RESULTS} FORMAT=JUNIT ./run_tests.sh
WORKSPACE=${RESULTS}/tmp py.test-3 --junit-xml=${RESULTS}/reports/test_dlgcnt.xml ./tests/test_dlgcnt.py
WORKSPACE="${RESULTS}/tmp" py.test-3 --junit-xml="${RESULTS}/reports/test_dlgcnt.xml" ./tests/test_dlgcnt.py

Loading…
Cancel
Save