File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -356,15 +356,16 @@ apps_directories_array=($apps_directories)
356
356
shift # Drops first element of arguments
357
357
apps_to_process=" $* " # Retrieves variadic elements after the first one (1st one excluded)
358
358
359
- info_ln " apps_to_process: $apps_to_process "
360
-
361
359
if [[ -z $apps_to_process ]]
362
360
then
361
+ info_ln " Apps to process: all"
363
362
note " Reminder: you can also add a second argument to this script if you want to run only one single test suite."
364
363
note " Example:"
365
364
curscript=$( basename " $0 " )
366
365
randomapp=${apps_directories_array[ $RANDOM % ${#apps_directories_array[@]} ]}
367
366
note " $curscript ${OUTPUT_DIR} ${randomapp} "
367
+ else
368
+ info_ln " Apps to process: $apps_to_process "
368
369
fi
369
370
370
371
info_ln " Processing tests..."
You can’t perform that action at this time.
0 commit comments