Skip to content

Commit

Permalink
[TASK] Add flag to the makefile tests
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf committed Sep 28, 2024
1 parent 8d95958 commit 02a7e0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Render guides
license.

:Rendered:
|today|
|today2|

----

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ test: test-integration test-unit test-xml test-docs test-rendertest ## Runs all
.PHONY: test-docs
test-docs: ## Runs project generation tests
@echo "$(ENV_INFO)"
$(PHP_BIN) vendor/bin/guides -vvv --no-progress Documentation --output="/tmp/test" --config=Documentation --fail-on-log
$(PHP_BIN) vendor/bin/guides --no-progress Documentation --output="/tmp/test" --config=Documentation --fail-on-log --minimal-test

.PHONY: test-rendertest
test-rendertest: ## Runs rendering with Documentation-rendertest
@echo "$(ENV_INFO)"
$(PHP_BIN) vendor/bin/guides -vvv --no-progress Documentation-rendertest --output="Documentation-GENERATED-rendertest" --config=Documentation-rendertest --fail-on-log
$(PHP_BIN) vendor/bin/guides --no-progress Documentation-rendertest --output="Documentation-GENERATED-rendertest" --config=Documentation-rendertest --fail-on-log --minimal-test

.PHONY: rendertest
rendertest: ## Runs rendering with Documentation-rendertest
Expand Down

0 comments on commit 02a7e0a

Please sign in to comment.