Skip to content

Commit

Permalink
Fixup: generate results dir
Browse files Browse the repository at this point in the history
Change-Id: I66c6104f4bdc9927473d6e967f6578dfb5479014
  • Loading branch information
TimotheusBachinger committed Feb 28, 2025
1 parent 0be9ea3 commit 2fb71dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,12 @@ test-unit-omdlib:
tests/unit/omdlib/

test-doctest:
mkdir -p ../results; \
$(BAZEL_CMD) test //cmk:doctest | tee ../results/$@.txt; \
exit $${PIPESTATUS[0]}

test-unit:
mkdir -p ../results; \
$(BAZEL_CMD) test --test_verbose_timeout_warnings //tests/unit:all \
--test_env=TZ=$(RANDOM_TZ) \
--test_arg="-m" --test_arg="not slow" \
Expand Down

0 comments on commit 2fb71dc

Please sign in to comment.