From 3cd872c65a4b88e81478191f7ba71ab0a61881cc Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Wed, 2 Nov 2016 10:56:26 +0100 Subject: [PATCH] This should fix the broken crash backtrace on Jenkins --- liblinphone_tester/custom_rules.xml | 2 +- prepare.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/liblinphone_tester/custom_rules.xml b/liblinphone_tester/custom_rules.xml index 8a36b3884..f72756875 100644 --- a/liblinphone_tester/custom_rules.xml +++ b/liblinphone_tester/custom_rules.xml @@ -73,7 +73,7 @@ - + diff --git a/prepare.py b/prepare.py index 74789b13c..043956bf3 100755 --- a/prepare.py +++ b/prepare.py @@ -325,7 +325,8 @@ run-linphone: \tant run run-liblinphone-tests: -\t$(MAKE) -C liblinphone_tester run-all-tests +\t@cd liblinphone_tester && \\ +\tmake run-all-tests run-basic-tests: update-project \tant partial-clean