Skip to content

Commit

Permalink
fix browser test 馃樀
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Aug 8, 2017
1 parent f6f6213 commit 6752953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -46,7 +46,7 @@ test-all:
"make test-browser"

test:
@if [ "x$(BROWSER_NAME)" = "x" ]; then \
@if [ "x$(BROWSER)" = "x" ]; then \
$(MAKE) test-node; \
else \
$(MAKE) test-browser; \
Expand Down

0 comments on commit 6752953

Please sign in to comment.