diff options
author | David Robillard <d@drobilla.net> | 2020-11-13 12:20:47 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-13 12:53:28 +0100 |
commit | f6f04c10ebe0abecf222a2308c155236b2534bb7 (patch) | |
tree | 32ce929ed219326d060f537111f5cc3c16aaabcb /wscript | |
parent | ccdafafb818b8714f2f1cfced187955ba0aad85b (diff) | |
download | serd-f6f04c10ebe0abecf222a2308c155236b2534bb7.tar.gz serd-f6f04c10ebe0abecf222a2308c155236b2534bb7.tar.bz2 serd-f6f04c10ebe0abecf222a2308c155236b2534bb7.zip |
Suppress simple test output
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -585,7 +585,7 @@ def test(tst): test_syntax_io(check, 'qualify-in.ttl', 'qualify-out.ttl', 'turtle') with tst.group('GoodCommands') as check: - check([serdi, '%s/test/good/manifest.ttl' % srcdir]) + check([serdi, '%s/serd.ttl' % srcdir], stdout=os.devnull) check([serdi, '-v']) check([serdi, '-h']) check([serdi, '-s', '<foo> a <#Thingie> .']) |