Use script location for commit-tests.sh.

This commit is contained in:
Kelvin Lawson
2015-02-22 19:44:03 +00:00
parent 5033171ac0
commit de3ac01f0e

View File

@@ -4,7 +4,7 @@
set -e
# Start at top-level directory
cd ..
cd `dirname $0`/..
# Build avr and run tests
cd ports/avr