Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 92d1efca21d..ef1b6b711d2 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -375,7 +375,7 @@ package_archive: .FORCE
# Tests
#
test: .FORCE
- cd $(BUILD_DIR) ; ctest . --output-on-failure
+ python3 ./build_files/utils/make_test.py "$(BUILD_DIR)"
# run pep8 check check on scripts we distribute.
test_pep8: .FORCE