This should fix the broken crash backtrace on Jenkins

This commit is contained in:
Sylvain Berfini 2016-11-02 10:56:26 +01:00
parent d23153f7c3
commit 3cd872c65a
2 changed files with 3 additions and 2 deletions

View file

@ -73,7 +73,7 @@
</exec>
<exec executable="bash" >
<arg value="-c" />
<arg value="cat ${archive.name} |ndk-stack -sym libs-debug/`adb shell getprop ro.product.cpu.abi | tr -d '\r'`" />
<arg value="cat ${archive.name} |ndk-stack -sym ../libs-debug/`adb shell getprop ro.product.cpu.abi | tr -d '\r'`" />
</exec>
<fail message="Tests crashed" status="125"/>
</target>

View file

@ -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