Show More
@@ -236,7 +236,7 b' def no_newline_id_generator(test_name):' | |||||
236 | nicer output of progress of test |
|
236 | nicer output of progress of test | |
237 | """ |
|
237 | """ | |
238 | org_name = test_name |
|
238 | org_name = test_name | |
239 | test_name = test_name\ |
|
239 | test_name = str(test_name)\ | |
240 | .replace('\n', '_N') \ |
|
240 | .replace('\n', '_N') \ | |
241 | .replace('\r', '_N') \ |
|
241 | .replace('\r', '_N') \ | |
242 | .replace('\t', '_T') \ |
|
242 | .replace('\t', '_T') \ |
General Comments 0
You need to be logged in to leave comments.
Login now