diff options
Diffstat (limited to 'tests/frontend/rebuild.py')
-rw-r--r-- | tests/frontend/rebuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/rebuild.py b/tests/frontend/rebuild.py index 6a46e855e..21f21fae3 100644 --- a/tests/frontend/rebuild.py +++ b/tests/frontend/rebuild.py @@ -11,7 +11,7 @@ DATA_DIR = os.path.join( def strict_args(args, strict): if strict != "strict": - return ['--no-strict'] + args + return ['--no-strict', *args] return args |