Skip to content

Commit

Permalink
Rename test py to functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Aug 23, 2023
1 parent c11b82a commit 5d88176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ test() {
_exit_dir
}

test_units() {
unit_tests() {
local make_jobs=${MAKE_JOBS}
local make_args=${MAKE_ARGS:-}
local build_target_dir=${BUILD_TARGET_DIR}
Expand All @@ -489,7 +489,7 @@ test_units() {
}

# shellcheck disable=SC2120
test_py() {
functional_tests() {
local build_target_dir=${BUILD_TARGET_DIR}
local src_dir=${_SCRIPT_DIR}
local tests_fail_fast=${TESTS_FAILFAST}
Expand Down

0 comments on commit 5d88176

Please sign in to comment.