Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsnap committed Apr 5, 2024
1 parent e98e977 commit bc4edce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygpt/snap_gpt_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def __check_outputs__(test, args, properties):
return False, stdout
expected_output_path = os.path.join(properties['expectedOutputFolder'],
output['expected'])
cmd = ['C:\\Program Files\\Zulu\\zulu-11\\bin\\java']
cmd = [args.java_path]
if is_ci_pipeline():
cmd += args.java_args.split(" ")
else:
Expand Down

0 comments on commit bc4edce

Please sign in to comment.