Skip to content

Commit c572f7a

Browse files
committed
fix
1 parent 8eec149 commit c572f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygpt/snap_gpt_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def __check_outputs__(test, args, properties):
259259
return False, stdout
260260
expected_output_path = os.path.join(properties['expectedOutputFolder'],
261261
output['expected'])
262-
cmd = [args.java_path]
262+
cmd = ['C:\\Program Files\\Zulu\\zulu-11\\bin\\java']
263263
if is_ci_pipeline():
264264
cmd += args.java_args.split(" ")
265265
else:

0 commit comments

Comments
 (0)