Skip to content

Commit

Permalink
fixed tests when run from build.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Sep 30, 2023
1 parent 4eeb9e2 commit 90355ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,9 @@ if [[ $JF_SKIP_TESTS != [yY]* ]] ; then
echo "======================================================"
echo ""
echo "Running ${TEST}"
"./${TEST}"
cd ..
"${BINDIR}${TEST}"
cd "$BINDIR"
done)
echo ""
echo "======================================================"
Expand Down

0 comments on commit 90355ef

Please sign in to comment.