Skip to content

Commit

Permalink
re-generate test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jun 17, 2024
1 parent 745359b commit 3d16727
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ helper_folder_path="${project_folder_path}/xpacks/@xpack-dev-tools/xbb-helper"

tests_folder_path="$(dirname "${scripts_folder_path}")/tests"

# -----------------------------------------------------------------------------
# Options must be parsed as early as possible, being used even in application.sh.

source "${helper_folder_path}/scripts/test-parse-options.sh"

tests_parse_options "$@"

# -----------------------------------------------------------------------------

source "${scripts_folder_path}/application.sh"
Expand Down Expand Up @@ -85,8 +92,6 @@ fi

# -----------------------------------------------------------------------------

tests_parse_options "$@"

tests_perform_common

# Completed successfully.
Expand Down

0 comments on commit 3d16727

Please sign in to comment.