Skip to content

Commit

Permalink
wip: shorter build
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoyner-tri committed Sep 12, 2024
1 parent 005d223 commit b7a77d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/configurations/bazel/step-build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ elseif(PROVISION AND DOCUMENTATION)
"${DASHBOARD_BAZEL_STARTUP_OPTIONS} test ${DASHBOARD_BAZEL_BUILD_OPTIONS} ${DASHBOARD_BAZEL_TEST_OPTIONS} //doc/... //doc:manual_tests")
else()
set(BUILD_ARGS
"${DASHBOARD_BAZEL_STARTUP_OPTIONS} test ${DASHBOARD_BAZEL_BUILD_OPTIONS} ${DASHBOARD_BAZEL_TEST_OPTIONS} ...")
"${DASHBOARD_BAZEL_STARTUP_OPTIONS} test ${DASHBOARD_BAZEL_BUILD_OPTIONS} ${DASHBOARD_BAZEL_TEST_OPTIONS} //common:drake_assert_test //common:ssize_test")
endif()

set(CTEST_CUSTOM_ERROR_EXCEPTION "^WARNING: " ":[0-9]+: Failure$")
Expand Down

0 comments on commit b7a77d2

Please sign in to comment.