Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit e41af24

Browse files
committed
tests: add local common-functions
1 parent d489728 commit e41af24

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

tests/scripts/trigger-travis-latest.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ source "${script_folder_path}/app-defs.sh"
4747
helper_folder_path="$(dirname $(dirname "${script_folder_path}"))/scripts/helper"
4848

4949
source "${helper_folder_path}/test-functions-source.sh"
50+
source "${script_folder_path}/common-functions-source.sh"
5051

5152
# -----------------------------------------------------------------------------
5253

tests/scripts/trigger-travis-macos.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ source "${script_folder_path}/app-defs.sh"
4747
helper_folder_path="$(dirname $(dirname "${script_folder_path}"))/scripts/helper"
4848

4949
source "${helper_folder_path}/test-functions-source.sh"
50+
source "${script_folder_path}/common-functions-source.sh"
5051

5152
# -----------------------------------------------------------------------------
5253

tests/scripts/trigger-travis-quick.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ source "${script_folder_path}/app-defs.sh"
4747
helper_folder_path="$(dirname $(dirname "${script_folder_path}"))/scripts/helper"
4848

4949
source "${helper_folder_path}/test-functions-source.sh"
50+
source "${script_folder_path}/common-functions-source.sh"
5051

5152
# -----------------------------------------------------------------------------
5253

tests/scripts/trigger-travis-stable.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ source "${script_folder_path}/app-defs.sh"
4747
helper_folder_path="$(dirname $(dirname "${script_folder_path}"))/scripts/helper"
4848

4949
source "${helper_folder_path}/test-functions-source.sh"
50+
source "${script_folder_path}/common-functions-source.sh"
5051

5152
# -----------------------------------------------------------------------------
5253

tests/scripts/trigger-travis-windows.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ source "${script_folder_path}/app-defs.sh"
4747
helper_folder_path="$(dirname $(dirname "${script_folder_path}"))/scripts/helper"
4848

4949
source "${helper_folder_path}/test-functions-source.sh"
50+
source "${script_folder_path}/common-functions-source.sh"
5051

5152
# -----------------------------------------------------------------------------
5253

tests/scripts/trigger-travis-xpm-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ source "${script_folder_path}/app-defs.sh"
4747
helper_folder_path="$(dirname $(dirname "${script_folder_path}"))/scripts/helper"
4848

4949
source "${helper_folder_path}/test-functions-source.sh"
50+
source "${script_folder_path}/common-functions-source.sh"
5051

5152
# -----------------------------------------------------------------------------
5253

0 commit comments

Comments
 (0)