[JAEGER] Fix trace-test.py to work with -g option. no_r=me.

This commit is contained in:
Sean Stangl 2010-08-28 16:12:21 -04:00
parent d92676b53f
commit 9e6939f5f1

View File

@ -372,7 +372,7 @@ if __name__ == '__main__':
sys.exit(1)
tc = job_list[0]
cmd = [ 'gdb', '--args' ] + get_test_cmd(tc.path, lib_dir)
cmd = [ 'gdb', '--args' ] + get_test_cmd(tc.path, tc.jitflags, lib_dir)
call(cmd)
sys.exit()