We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8bfbf commit 5da4578Copy full SHA for 5da4578
ecommerce/pricing/Makefile
@@ -9,15 +9,6 @@ test:
9
@bundle exec ruby -e "require \"rake/rake_test_loader\"" test/*_test.rb
10
11
mutate:
12
- @echo "--- Makefile Debug: Initial State ---"
13
- @echo "PASSED_MODE (from CLI): '$(PASSED_MODE)'"
14
- @echo "PASSED_SINCE_TARGET (from CLI): '$(PASSED_SINCE_TARGET)'"
15
- @echo "CI_MUTATE_SUBJECTS (from environment): '$(CI_MUTATE_SUBJECTS)'"
16
-
17
- @echo "--- Makefile Debug: After Internal Assignment ---"
18
- @echo "MUTANT_MODE_INTERNAL (after assign): '$(MUTANT_MODE_INTERNAL)'"
19
- @echo "MUTANT_SINCE_TARGET_INTERNAL (after assign):'$(MUTANT_SINCE_TARGET_INTERNAL)'"
20
21
$(eval SUBJECTS_TO_RUN := $(strip $(CI_MUTATE_SUBJECTS)))
22
$(eval TEMP_ACTUAL_MUTANT_ARGS :=)
23
0 commit comments