Skip to content

Commit c50d921

Browse files
committed
✏️ Add default value of second argument about runtime OS.
1 parent 0a603f9 commit c50d921

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/ci/test/get-all-tests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ then
99
fi
1010

1111
runtime_os=$2
12+
if [ "$runtime_os" == "" ];
13+
then
14+
runtime_os="unix"
15+
fi
1216

1317
declare -a all_test_subpkgs=( "$base_directory" )
1418

0 commit comments

Comments
 (0)