Commit 56ff585 1 parent 4b0ab50 commit 56ff585 Copy full SHA for 56ff585
File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -1315,11 +1315,14 @@ def get_args():
1315
1315
dest = "cleanup" ,
1316
1316
default = False ,
1317
1317
action = "store_true" ,
1318
- help = "If set to true, test-runner will remove all temporary files \
1319
- after running the test. It includes all collected logs and \
1320
- test results. This option should only be used if uploading \
1321
- results to SQUAD or LAVA. \
1322
- Default: false" ,
1318
+ help = textwrap .dedent (
1319
+ """\
1320
+ If set to true, test-runner will remove all temporary files after
1321
+ running the test. It includes all collected logs and test results. This
1322
+ option should only be used if uploading results to SQUAD or LAVA.
1323
+ Default: false
1324
+ """
1325
+ ),
1323
1326
)
1324
1327
1325
1328
args = parser .parse_args ()
You can’t perform that action at this time.
0 commit comments