From 9a4941c7946720ffda3085ee5531a4f9e60ee2e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20K=C4=85dzio=C5=82ka?= Date: Wed, 5 Jun 2019 20:52:35 +0200 Subject: [PATCH] Allow running the tests from outside of the test folder --- test/run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/run-tests.sh b/test/run-tests.sh index 02c5b88d..77aa8478 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -4,6 +4,8 @@ set -e +cd "$(dirname "$0")" + # Tests included with the repository pushd asm