forked from organicmaps/organicmaps
[linux] Fixed tests script
This commit is contained in:
parent
2135c325cf
commit
d43faafca3
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ fi
|
|||
|
||||
set -x
|
||||
|
||||
find "`dirname $0`/../../../omim-build-$1/out/$1" -name "*_tests" | \
|
||||
# Ignore GUI tests as they need display connection and can't be tested in linux console
|
||||
find "`dirname $0`/../../../omim-build-$1/out/$1" -name "*_tests" \( ! -iname "gui_tests" \)| \
|
||||
grep -v /tmp/ | \
|
||||
awk '{ print $0" &&" } END { print "echo REALLY ALL TESTS PASSED" }' | \
|
||||
sh -x
|
||||
|
|
Loading…
Add table
Reference in a new issue