| Index: tools/foozzie/v8_foozzie_test.py
|
| diff --git a/tools/foozzie/v8_foozzie_test.py b/tools/foozzie/v8_foozzie_test.py
|
| index 5a32ead620a9ce0328d0c17692ed6ec0d0d9f51f..ba44828a37880b67e10df5cfc8e0d4f46a3401f0 100644
|
| --- a/tools/foozzie/v8_foozzie_test.py
|
| +++ b/tools/foozzie/v8_foozzie_test.py
|
| @@ -91,6 +91,7 @@ def run_foozzie(first_d8, second_d8):
|
| '--random-seed', '12345',
|
| '--first-d8', os.path.join(TEST_DATA, first_d8),
|
| '--second-d8', os.path.join(TEST_DATA, second_d8),
|
| + '--first-config', 'ignition',
|
| '--second-config', 'ignition_staging',
|
| os.path.join(TEST_DATA, 'fuzz-123.js'),
|
| ])
|
|
|