Commit ec536275 authored by Boxiang Sun's avatar Boxiang Sun Committed by gsamain

lwan coro test fixing

parent 1bedce2d
...@@ -8,7 +8,7 @@ def run(env, python_path): ...@@ -8,7 +8,7 @@ def run(env, python_path):
# build the extension # build the extension
# build_extension.build_ext(env) # build_extension.build_ext(env)
source = subprocess.check_output([python_path + " -c 'import wrapper; wrapper.main()'"], source = subprocess.check_output([python_path + " -c 'import wrapper; wrapper.main()'"],
cwd='./cython_lwan_coro/', # cwd='./cython_lwan_coro/',
env=env, env=env,
shell=True, shell=True,
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment