pull/24414/head
Shane Smiskol 3 years ago
parent 87824e180f
commit f4c1d75af3
  1. 2
      selfdrive/test/process_replay/test_processes.py

@ -204,6 +204,6 @@ if __name__ == "__main__":
if upload: if upload:
with open(REF_COMMIT_FN, "w") as f: with open(REF_COMMIT_FN, "w") as f:
f.write(cur_commit) f.write(cur_commit)
print(f"\n\nUpdated refs. New ref commit: {ref_commit}") print(f"\n\nUpdated reference logs for commit: {ref_commit}")
sys.exit(int(failed)) sys.exit(int(failed))

Loading…
Cancel
Save