Skip to content

Commit

Permalink
small improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed May 1, 2024
1 parent 3b0ccf4 commit 10a51a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions VortexEngine/tests/recordtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ select_repo() {
local original_PS3=$PS3
local repo

if [ "${#REPOS[@]}" -eq 1 ]; then
echo ${REPOS[0]}
return
fi

PS3='Please choose a repository: '

select repo in "${REPOS[@]}"; do
Expand Down
5 changes: 5 additions & 0 deletions VortexEngine/tests/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ select_repo() {
local original_PS3=$PS3
local repo

if [ "${#REPOS[@]}" -eq 1 ]; then
echo ${REPOS[0]}
return
fi

PS3='Please choose a repository: '

select repo in "${REPOS[@]}"; do
Expand Down

0 comments on commit 10a51a9

Please sign in to comment.