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

Unified Diff: gce/start_checker.sh

Issue 2358303002: DevTools FE uploader: create checker instance to validate uploads (Closed)
Patch Set: fix email logic Created 4 years, 3 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 | « gce/setup_checker.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gce/start_checker.sh
diff --git a/gce/start_checker.sh b/gce/start_checker.sh
new file mode 100755
index 0000000000000000000000000000000000000000..4643ed672ac263f05803be24840a5ff187073dd2
--- /dev/null
+++ b/gce/start_checker.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+echo "Killing previous instance of checker.py (if applicable)"
+pkill -f checker.py
+nohup ./checker.py >/dev/null 2>&1 &
+echo "Started checker process in background"
« no previous file with comments | « gce/setup_checker.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698