| Index: tests/recipes_test.py
|
| diff --git a/tests/recipes_test.py b/tests/recipes_test.py
|
| index 99b149d466086997ca70e7a7dfef643a10a2faa3..3bbf6bd395274de97be2c4a3570ddcbc778a5c4c 100755
|
| --- a/tests/recipes_test.py
|
| +++ b/tests/recipes_test.py
|
| @@ -14,5 +14,5 @@ ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
| def recipes_py(*args):
|
| subprocess.check_call([os.path.join(ROOT_DIR, 'recipes.py')] + list(args))
|
|
|
| -recipes_py('simulation_test', '--threshold=92')
|
| +recipes_py('simulation_test')
|
| recipes_py('lint')
|
|
|