Message ID | 20121108032212.9165.21707.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/lava_test_shell.py' --- lava_dispatcher/lava_test_shell.py 2012-11-02 08:33:10 +0000 +++ lava_dispatcher/lava_test_shell.py 2012-11-08 03:20:34 +0000 @@ -120,6 +120,7 @@ pattern = re.compile(testdef['parse']['pattern']) + fixupdict = {} if 'fixupdict' in testdef['parse']: fixupdict = testdef['parse']['fixupdict']