From 75c9286a207547f800851f2826c2d6005f2a05cc Mon Sep 17 00:00:00 2001 From: Kalervo Kujala Date: Thu, 15 Dec 2011 00:55:00 +0200 Subject: [PATCH] Add unit test support for Google Chrome for Windows. --- test/unit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/Makefile b/test/unit/Makefile index 4f2e06afb..1e51642e3 100644 --- a/test/unit/Makefile +++ b/test/unit/Makefile @@ -21,7 +21,7 @@ BROWSERS:=$(shell echo `\ sed 's/\(Aurora\.app\)/\1\/Contents\/MacOS\/firefox-bin/' | \ sed 's/\(Firefox[ Beta]*\.app\)/\1\/Contents\/MacOS\/firefox-bin/' | \ sed "s|\(irefox[.exe\-bin]*\)\"|\1;$(FIREFOX_ARGS)\"|g" | \ - sed "s|\(hrome*\)\"|\1;$(CHROME_ARGS)\"|g" \ + sed "s|\(hrome[.exe]*\)\"|\1;$(CHROME_ARGS)\"|g" \ `) # This is the command to invoke the unit test.