Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2068)

Unified Diff: Tools/GardeningServer/makefile

Issue 483773004: remove xvfb from sheriff-o-matic makefile (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/makefile
diff --git a/Tools/GardeningServer/makefile b/Tools/GardeningServer/makefile
index bb30d7711851515cb3aa433c8ebc2ff7dbac504d..790e83842844fbe9d21d5c8ecad0053f3c0f722c 100644
--- a/Tools/GardeningServer/makefile
+++ b/Tools/GardeningServer/makefile
@@ -19,9 +19,9 @@ update: check
npm update
test: check
- xvfb-run ./node_modules/karma/bin/karma start
+ ./node_modules/karma/bin/karma start
single-test: check
- xvfb-run ./node_modules/karma/bin/karma start --single-run
+ ./node_modules/karma/bin/karma start --single-run
.PHONY: check update test single-test
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698