mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-20 04:58:07 +00:00
Keep verbosity for ant test
This commit is contained in:
parent
2d1e439429
commit
1f40a15c8c
1 changed files with 2 additions and 2 deletions
|
|
@ -17,9 +17,9 @@ all: clean
|
|||
$(ANT) debug install
|
||||
|
||||
run-basic-tests: all
|
||||
$(ANT) test -Dtest.size=small
|
||||
ant -e test -Dtest.size=small
|
||||
if [ ! -s linphone-junit-report-small.xml ]; then exit 1; fi
|
||||
|
||||
run-all-tests: all
|
||||
$(ANT) test -Dtest.size=large
|
||||
ant -e test -Dtest.size=large
|
||||
if [ ! -s linphone-junit-report-large.xml ]; then exit 1; fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue