forked from organicmaps/organicmaps
Script run_tests.sh now works from any directory
This commit is contained in:
parent
951ad62f0e
commit
62e43a1e2c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ fi
|
|||
|
||||
set -x
|
||||
|
||||
find ../omim-build-$1/out/$1 -name "*_tests" | \
|
||||
find "`dirname $0`/../../../omim-build-$1/out/$1" -name "*_tests" | \
|
||||
grep -v /tmp/ | \
|
||||
awk '{ print $0" &&" } END { print "echo REALLY ALL TESTS PASSED" }' | \
|
||||
sh -x
|
||||
|
|
Loading…
Add table
Reference in a new issue