Skip to content

Commit

Permalink
Merge pull request #52 from sclorg/fix_makefile
Browse files Browse the repository at this point in the history
Fix calling test-perl
  • Loading branch information
phracek authored Aug 23, 2023
2 parents 003166b + 20c26db commit dfef940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ test-redis:
test-php:
cd tests && PYTHONPATH=$(CURDIR) python3 -m pytest --color=yes --verbose --showlocals test_php_*

test-php:
cd tests && PYTHONPATH=$(CURDIR) python3 -m pytest --color=yes --verbose --showlocals test_php_*
test-perl:
cd tests && PYTHONPATH=$(CURDIR) python3 -m pytest --color=yes --verbose --showlocals test_perl_*

test-nodejs:
cd tests && PYTHONPATH=$(CURDIR) python3 -m pytest --color=yes --verbose --showlocals test_nodejs_*
Expand Down

0 comments on commit dfef940

Please sign in to comment.