mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
we do not use waf check #1094
This commit is contained in:
parent
5d31ae480a
commit
3ac3b916b5
9
wscript
9
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):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user