backslashes break build on jenkins

pull/2068/head
Jan Tattermusch 10 years ago
parent 7ed33732bf
commit 12e8a049e4
  1. 2
      tools/run_tests/run_tests.py

@ -123,7 +123,7 @@ class CLanguage(object):
if travis and target['flaky']:
continue
if self.platform == 'windows':
binary = 'vsprojects\\test_bin\\%s.exe' % (target['name'])
binary = 'vsprojects/test_bin/%s.exe' % (target['name'])
else:
binary = 'bins/%s/%s' % (config.build_config, target['name'])
out.append(config.job_spec([binary], [binary]))

Loading…
Cancel
Save