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

Unified Diff: server/site_tests/platform_KernelErrorPaths/platform_KernelErrorPaths.py

Issue 6670078: platform_KernelErrorPaths: fix grepping bug (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: Created 9 years, 9 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: server/site_tests/platform_KernelErrorPaths/platform_KernelErrorPaths.py
diff --git a/server/site_tests/platform_KernelErrorPaths/platform_KernelErrorPaths.py b/server/site_tests/platform_KernelErrorPaths/platform_KernelErrorPaths.py
index e16bc62a8b982786eaf97eb317ba7cc6f9b0686a..e57bf07a020e87ff3d579021dc1ac3078fc48f81 100644
--- a/server/site_tests/platform_KernelErrorPaths/platform_KernelErrorPaths.py
+++ b/server/site_tests/platform_KernelErrorPaths/platform_KernelErrorPaths.py
@@ -22,7 +22,7 @@ class platform_KernelErrorPaths(test.test):
# 'preserved RAM' not being enabled.
self.client.run('sysctl kernel.panic|grep "kernel.panic = -1"');
self.client.run('sysctl kernel.panic_on_oops|'
- 'grep kernel.panic_on_oops = 1');
+ 'grep "kernel.panic_on_oops = 1"');
command = "echo %s > /proc/breakme" % text
logging.info("KernelErrorPaths: executing '%s' on %s" %
« 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