we do not use waf check #1094

This commit is contained in:
Thomas Nagy 2011-12-31 13:34:02 +01:00
parent 5d31ae480a
commit 3ac3b916b5
1 changed files with 0 additions and 9 deletions

View File

@ -71,15 +71,6 @@ def init(ctx):
sys.exit(0)
def check(ctx):
sys.path.insert(0,'')
# some tests clobber g_module. We must preserve it here, otherwise we get an error
# about an undefined shutdown function
mod = Utils.g_module
import test.Test
test.Test.run_tests()
Utils.g_module = mod
# this function is called before any other for parsing the command-line
def options(opt):