Merge pull request #21228 from taosdata/test/update_push_message
Test/update push message
This commit is contained in:
commit
116a3e583e
|
@ -353,7 +353,8 @@ def main():
|
|||
else:
|
||||
core_dir = "none"
|
||||
|
||||
text = f'''exit status: {msg_dict[status]}
|
||||
text = f'''
|
||||
exit status: {msg_dict[status]}
|
||||
test scope: crash_gen
|
||||
owner: pxiao
|
||||
hostname: {hostname}
|
||||
|
|
|
@ -388,7 +388,8 @@ def main():
|
|||
else:
|
||||
core_dir = "none"
|
||||
|
||||
text = f'''exit status: {msg_dict[status]}
|
||||
text = f'''
|
||||
exit status: {msg_dict[status]}
|
||||
test scope: crash_gen
|
||||
owner: pxiao
|
||||
hostname: {hostname}
|
||||
|
|
|
@ -388,7 +388,8 @@ def main():
|
|||
else:
|
||||
core_dir = "none"
|
||||
|
||||
text = f'''exit status: {msg_dict[status]}
|
||||
text = f'''
|
||||
exit status: {msg_dict[status]}
|
||||
test scope: crash_gen
|
||||
owner: pxiao
|
||||
hostname: {hostname}
|
||||
|
|
Loading…
Reference in New Issue