From de3ac01f0ea0c6c0e803bea31f83e94e73749b5f Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Sun, 22 Feb 2015 19:44:03 +0000 Subject: [PATCH] Use script location for commit-tests.sh. --- tests/commit-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commit-tests.sh b/tests/commit-tests.sh index 181d31d..b5af07e 100755 --- a/tests/commit-tests.sh +++ b/tests/commit-tests.sh @@ -4,7 +4,7 @@ set -e # Start at top-level directory -cd .. +cd `dirname $0`/.. # Build avr and run tests cd ports/avr