From f6f04c10ebe0abecf222a2308c155236b2534bb7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 13 Nov 2020 12:20:47 +0100 Subject: Suppress simple test output --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index b9767563..c9ebcb23 100644 --- a/wscript +++ b/wscript @@ -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', ' a <#Thingie> .']) -- cgit v1.2.1