aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-06-06 20:53:49 +0200
committerDavid Robillard <d@drobilla.net>2018-06-06 20:57:17 +0200
commita9efdc83455ccd27a505a29802277e7ef02dd120 (patch)
treea3e6d36fcf76f69fdaa03c898d8d57f91a4f1c57
parent613fcc9170bb5f97e2a9e23f590cf8a427a3e0e2 (diff)
downloadserd-a9efdc83455ccd27a505a29802277e7ef02dd120.tar.gz
serd-a9efdc83455ccd27a505a29802277e7ef02dd120.tar.bz2
serd-a9efdc83455ccd27a505a29802277e7ef02dd120.zip
Fix running lax tests
-rw-r--r--wscript3
1 files changed, 2 insertions, 1 deletions
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 = []