Skip to content

Commit 75d24ed

Browse files
authored
Merge pull request #998 from jmfinelli/WFLY-20210
2 parents 18f4f17 + 73759dd commit 75d24ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scripts/kubernetes/core/run-quickstart-test-on-kubernetes.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test_status=0
1414
script_directory="${0%/*}"
1515
script_directory=$(realpath "${script_directory}")
1616
cd "${script_directory}"
17-
qs_dir="${1}"
17+
qs_dir=$(echo "${1}" | sed 's/\///g')
1818
if [ -z "${1}" ]; then
1919
echo "No quickstart directory set"
2020
exit 1
@@ -187,4 +187,4 @@ end=$SECONDS
187187
duration=$((end - start))
188188
echo "${application} tests run in $(($duration / 60))m$(($duration % 60))s."
189189

190-
exit ${test_status}
190+
exit ${test_status}

0 commit comments

Comments
 (0)