Skip to content

Commit

Permalink
Merge pull request #831 from BenjamenMeyer/bugfix_docker-entrypoint_a…
Browse files Browse the repository at this point in the history
…lways-run-tests_0.9.x

Bug Fix: Always run the unit tests
  • Loading branch information
BenjamenMeyer committed Mar 17, 2024
2 parents adc6284 + 861bb48 commit 2ba5023
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ else
else
script/build -DCMAKE_BUILD_TYPE=Debug $FLAGS
fi

pushd build
GTEST_OUTPUT=xml:test-results ctest -V
popd
fi

pushd build
GTEST_OUTPUT=xml:test-results ctest -V
popd

0 comments on commit 2ba5023

Please sign in to comment.