This should fix the broken crash backtrace on Jenkins
This commit is contained in:
parent
d23153f7c3
commit
3cd872c65a
2 changed files with 3 additions and 2 deletions
|
@ -73,7 +73,7 @@
|
||||||
</exec>
|
</exec>
|
||||||
<exec executable="bash" >
|
<exec executable="bash" >
|
||||||
<arg value="-c" />
|
<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>
|
</exec>
|
||||||
<fail message="Tests crashed" status="125"/>
|
<fail message="Tests crashed" status="125"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
|
@ -325,7 +325,8 @@ run-linphone:
|
||||||
\tant run
|
\tant run
|
||||||
|
|
||||||
run-liblinphone-tests:
|
run-liblinphone-tests:
|
||||||
\t$(MAKE) -C liblinphone_tester run-all-tests
|
\t@cd liblinphone_tester && \\
|
||||||
|
\tmake run-all-tests
|
||||||
|
|
||||||
run-basic-tests: update-project
|
run-basic-tests: update-project
|
||||||
\tant partial-clean
|
\tant partial-clean
|
||||||
|
|
Loading…
Reference in a new issue