Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit a384dc3

Browse files
committed
Restore peloton startup in junit
1 parent d1b64cd commit a384dc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script/testing/junit/run_junit.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ def _run_junit(self):
101101

102102
def run(self):
103103
""" Orchestrate the overall JUnit test execution """
104-
# self._check_peloton_binary()
105-
# self._run_peloton()
104+
self._check_peloton_binary()
105+
self._run_peloton()
106106
ret_val = self._run_junit()
107107
self._print_output(self.junit_output_file)
108108

109-
# self._stop_peloton()
109+
self._stop_peloton()
110110
if ret_val:
111111
# print the peloton log file, only if we had a failure
112112
self._print_output(self.peloton_output_file)

0 commit comments

Comments
 (0)