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 4eeb9e2 commit 90355efCopy full SHA for 90355ef
build.sh
@@ -325,7 +325,9 @@ if [[ $JF_SKIP_TESTS != [yY]* ]] ; then
325
echo "======================================================"
326
echo ""
327
echo "Running ${TEST}"
328
- "./${TEST}"
+ cd ..
329
+ "${BINDIR}${TEST}"
330
+ cd "$BINDIR"
331
done)
332
333
0 commit comments