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" % |