summaryrefslogtreecommitdiffstats
path: root/WebKitTools/Scripts/run-sunspider
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/Scripts/run-sunspider')
-rwxr-xr-xWebKitTools/Scripts/run-sunspider3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebKitTools/Scripts/run-sunspider b/WebKitTools/Scripts/run-sunspider
index 2e58418..154c9fa 100755
--- a/WebKitTools/Scripts/run-sunspider
+++ b/WebKitTools/Scripts/run-sunspider
@@ -115,7 +115,8 @@ chdir("SunSpider");
my $productDir = productDir();
# FIXME: This hack should be pushed down into productDir()
-$productDir .= "/JavaScriptCore" if (isQt() or isGtk());
+$productDir .= "/JavaScriptCore" if isQt();
+$productDir .= "/Programs" if isGtk();
setupEnvironmentForExecution($productDir);
my @args = ("--shell", jscPath($productDir), "--runs", $testRuns);