feat: upload to ftest server
This commit is contained in:
parent
b483a9b971
commit
52b7397591
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -167,4 +167,4 @@ if __name__ == "__main__":
|
||||||
logger.error(log)
|
logger.error(log)
|
||||||
logs += log
|
logs += log
|
||||||
|
|
||||||
# upload_logs_to_ftest(len(failures) == 0, logs)
|
upload_logs_to_ftest(len(failures) == 0, logs)
|
||||||
|
|
Loading…
Reference in a new issue