Skip to content

Commit 6752953

Browse files
committed
fix browser test 😵
1 parent f6f6213 commit 6752953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test-all:
4646
"make test-browser"
4747

4848
test:
49-
@if [ "x$(BROWSER_NAME)" = "x" ]; then \
49+
@if [ "x$(BROWSER)" = "x" ]; then \
5050
$(MAKE) test-node; \
5151
else \
5252
$(MAKE) test-browser; \

0 commit comments

Comments
 (0)