From 1bfbeeb275cecb858f0b0f4a9291e6df9b21a67e Mon Sep 17 00:00:00 2001 From: Sylvain Marchand <53822497+symarchand@users.noreply.github.com> Date: Tue, 8 Oct 2024 08:39:49 +0200 Subject: [PATCH] Update prepare-test.sh to prevent failure if root directory has been renamed --- test/bats/prepare-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bats/prepare-test.sh b/test/bats/prepare-test.sh index 491efe42..af53a39b 100644 --- a/test/bats/prepare-test.sh +++ b/test/bats/prepare-test.sh @@ -4,4 +4,4 @@ curl https://raw.githubusercontent.com/bats-core/bats-detik/v1.1.0/lib/linter.bash > linter.bash && curl https://raw.githubusercontent.com/bats-core/bats-detik/v1.1.0/lib/utils.bash > utils.bash ) -( cd ../../../DigitalTwin/semantic-model/datamodel/tools/ || exit 1; npm install ) \ No newline at end of file +( cd ../../semantic-model/datamodel/tools/ || exit 1; npm install )