Skip to content

Commit 90355ef

Browse files
committed
fixed tests when run from build.sh script
1 parent 4eeb9e2 commit 90355ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,9 @@ if [[ $JF_SKIP_TESTS != [yY]* ]] ; then
325325
echo "======================================================"
326326
echo ""
327327
echo "Running ${TEST}"
328-
"./${TEST}"
328+
cd ..
329+
"${BINDIR}${TEST}"
330+
cd "$BINDIR"
329331
done)
330332
echo ""
331333
echo "======================================================"

0 commit comments

Comments
 (0)