Skip to content

Commit

Permalink
Merge pull request #832 from BenjamenMeyer/bugfix_docker-entrypoint_a…
Browse files Browse the repository at this point in the history
…lways-run-tests

Bug Fix: Always run the unit tests
  • Loading branch information
BenjamenMeyer authored Mar 17, 2024
2 parents 17bf875 + f435ff7 commit 2eacb16
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 2eacb16

Please sign in to comment.