diff options
author | David Robillard <d@drobilla.net> | 2011-12-12 02:44:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-12-12 02:44:39 +0000 |
commit | a230bac3a01365911acb89312a21ce186be6efe1 (patch) | |
tree | 1f3bb847a4e425c276a4d7d07eec5714df61b244 /wscript | |
parent | cd4ad24910a7e8ed48e7bed92c1b6892b082a7ef (diff) | |
download | serd-a230bac3a01365911acb89312a21ce186be6efe1.tar.gz serd-a230bac3a01365911acb89312a21ce186be6efe1.tar.bz2 serd-a230bac3a01365911acb89312a21ce186be6efe1.zip |
Remove branch for EOF detection in eat_byte.
git-svn-id: http://svn.drobilla.net/serd/trunk@251 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -262,7 +262,6 @@ def test(ctx): os.environ['PATH'] = '.' + os.pathsep + os.getenv('PATH') nul = os.devnull autowaf.run_tests(ctx, APPNAME, [ - 'serdi_static file:%s/tests/manifest.ttl > %s' % (srcdir, nul), 'serdi_static file://%s/tests/manifest.ttl > %s' % (srcdir, nul), 'serdi_static %s/tests/UTF-8.ttl > %s' % (srcdir, nul), 'serdi_static -v > %s' % nul, |