Fix scheduler unittest for parser's new -P flag

Signed-off-by: Rachel Kroll <rkroll@google.com>

Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3124 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/scheduler/monitor_db_unittest.py b/scheduler/monitor_db_unittest.py
index bc27cbe..4cc3068 100644
--- a/scheduler/monitor_db_unittest.py
+++ b/scheduler/monitor_db_unittest.py
@@ -1629,7 +1629,7 @@
 
         self.god.check_playback()
         cmd = [monitor_db._parser_path, '--write-pidfile', '-l', '2', '-r',
-               '-o', '/abspath/tag']
+               '-o', '-P', '/abspath/tag']
         self.assertEquals(task.cmd, cmd)