Script run_tests.sh now works from any directory

This commit is contained in:
Alex Zolotarev 2011-10-27 10:53:57 +02:00 committed by Alex Zolotarev
parent 951ad62f0e
commit 62e43a1e2c

View file

@ -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