Skip to content

Commit 15e417d

Browse files
authored
path fix macos (#402)
1 parent 1fa1ea5 commit 15e417d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/all_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [ -z "${ROC}" ]; then
2121
exit 1
2222
fi
2323

24-
TESTS_DIR="${EXAMPLES_DIR/\/examples\//\/tests\/}"
24+
TESTS_DIR="$(dirname "$EXAMPLES_DIR")/tests/"
2525
export TESTS_DIR
2626

2727
if [ "$NO_BUILD" != "1" ]; then

0 commit comments

Comments
 (0)