Skip to content

Commit

Permalink
fix(dev): Remove test files after all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Mar 28, 2024
1 parent 53731cb commit 9d4be62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ build:
.PHONY: test
test:
@parallel --line-buffer PHP_VERSION={} COMPOSER_AUTH= TERM= ./bin/notty ./lib/bashunit ./tests/ ::: 81 82 83
@[ -f phpctl.ini ] && rm phpctl.ini

.PHONY: install
install:
Expand Down
3 changes: 0 additions & 3 deletions tests/php_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ function test_composer() {
function test_phpctl_ini() {
echo "memory_limit=1337M" > phpctl.ini
assert_contains "memory_limit => 1337M => 1337M" "$(./bin/phpctl php -i | grep memory_limit)"
if [ -f phpctl.ini ]; then
rm phpctl.ini
fi
}

0 comments on commit 9d4be62

Please sign in to comment.