Commit 4a256251 authored by Boxiang Sun's avatar Boxiang Sun

lwan coro test fixing

parent 3ab559b8
......@@ -8,7 +8,7 @@ def run(env, python_path):
# build the extension
# build_extension.build_ext(env)
source = subprocess.check_output([python_path + " -c 'import wrapper; wrapper.main()'"],
cwd='./cython_lwan_coro/',
# cwd='./cython_lwan_coro/',
env=env,
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