From 739d58ec8ce412b89b39706dc8d2a77318eeec4f Mon Sep 17 00:00:00 2001 From: David Beniamine Date: Wed, 23 Jan 2019 12:19:21 +0100 Subject: [PATCH] Revert "Change top repo command to fix CI" This reverts commit cfc60009484fd795f6c1e391cac9792f124407dc. --- tests/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.sh b/tests/runtests.sh index 516da6b..368140f 100644 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -1,6 +1,6 @@ #!/bin/bash -REPO_TOP="$(dirname $0)/.." +REPO_TOP=$(git rev-parse --show-toplevel) cd "${REPO_TOP}" echo "Basic environment"