Skip to content

Commit

Permalink
contrib/intel/jenkins: use python to invoke launch.py
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Dworkin <[email protected]>
  • Loading branch information
zachdworkin committed Jun 30, 2023
1 parent 5334792 commit 45e59fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/intel/jenkins/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ def set_paths(self, core_prov):

@property
def cmd(self):
return "./launch.py "
return "python3.6 launch.py "

def remote_launch_cmd(self, testname):

Expand Down

0 comments on commit 45e59fd

Please sign in to comment.