Skip to content

Commit

Permalink
Update buildsystem/build.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Rutherford <[email protected]>
  • Loading branch information
pelesh and cameronrutherford authored Oct 25, 2023
1 parent 4a24ab5 commit d9ba2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildsystem/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ if [[ $TEST -eq 1 ]]; then
echo Testing
echo
ctest $CTESTARGS || exit 1
make test_install
make test_install || exit 1
popd
fi

Expand Down

0 comments on commit d9ba2fc

Please sign in to comment.