We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa1ea5 commit 15e417dCopy full SHA for 15e417d
ci/all_tests.sh
@@ -21,7 +21,7 @@ if [ -z "${ROC}" ]; then
21
exit 1
22
fi
23
24
-TESTS_DIR="${EXAMPLES_DIR/\/examples\//\/tests\/}"
+TESTS_DIR="$(dirname "$EXAMPLES_DIR")/tests/"
25
export TESTS_DIR
26
27
if [ "$NO_BUILD" != "1" ]; then
0 commit comments