From 3ac3b916b54e144328faaa4288a11351d50e5d6d Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sat, 31 Dec 2011 13:34:02 +0100 Subject: [PATCH] we do not use waf check #1094 --- wscript | 9 --------- 1 file changed, 9 deletions(-) diff --git a/wscript b/wscript index c80c2940..7da46862 100644 --- a/wscript +++ b/wscript @@ -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):