Remove the exception raised by tests/install/wscript

This commit is contained in:
Thomas Nagy 2018-09-27 19:25:11 +02:00
parent d63e32633d
commit fab68b4b8c
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import os
from waflib import Build, Options, TaskGen, Utils
def build(bld):
bld.fatal("Not implemented! Run 'waf configure'")
pass
@TaskGen.feature('ruler')
@TaskGen.before('process_rule')