mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 16:00:28 +03:00
tests: keep strerr totally clean on successful runs
Debian's autopkgtest defaults to considering any output on stderr as a sign that the tests failed. it is simple to make this achieve that standard, so it seems worth it for now at least.
This commit is contained in:
parent
002a4ae50e
commit
1daa1063c5
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ fi
|
||||||
|
|
||||||
# allow the location of aapt to be overridden
|
# allow the location of aapt to be overridden
|
||||||
if [ -z $aapt ]; then
|
if [ -z $aapt ]; then
|
||||||
aapt=`ls -1 $ANDROID_HOME/build-tools/*/aapt | sort | tail -1`
|
aapt=`ls -1 $ANDROID_HOME/build-tools/*/aapt 2> /dev/null | sort | tail -1`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# try to use GNU sed on OSX/BSD cuz BSD sed sucks
|
# try to use GNU sed on OSX/BSD cuz BSD sed sucks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue