Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 9ef265f

Browse files
author
Simon Hofmann
committed
Updated test path
1 parent 770c1ad commit 9ef265f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/script/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export OPENCV4NODEJS_DISABLE_AUTOBUILD=1
33
echo installing &&\
44
npm install --unsafe-perm &&\
55
echo running tests &&\
6-
cd ../../test &&\
6+
cd ./test &&\
77
npm install --unsafe-perm &&\
88
npm test &&\
99
npm run test-externalMemTracking

0 commit comments

Comments
 (0)