From a9efdc83455ccd27a505a29802277e7ef02dd120 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 6 Jun 2018 20:53:49 +0200 Subject: Fix running lax tests --- wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wscript b/wscript index fdadf860..266724ff 100644 --- a/wscript +++ b/wscript @@ -383,7 +383,8 @@ def test_suite(ctx, base_uri, testdir, report, isyntax, osyntax, options=''): report.write(earl_assertion(test, result[0], asserter)) # Run lax test - run_test(command.replace('-f', '-l -f'), None, action + ' lax', True) + run_test(command.replace('serdi_static', 'serdi_static -l'), + None, action + ' lax', True) def test_types(): types = [] -- cgit v1.2.1