Forgot to remove an important test line

This commit is contained in:
Charlie Curtsinger 2019-09-26 15:59:30 -05:00
parent 3eb5b720ad
commit 9cdd715722

3
coz
View File

@ -73,9 +73,6 @@ def _coz_run(args):
if not coz_runtime_found:
sys.stderr.write('error: unable to locate coz runtime library\n')
sys.exit(1)
print(coz_runtime)
sys.exit(0)
if 'LD_PRELOAD' in env:
env['LD_PRELOAD'] += ':' + coz_runtime