Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 536b44a

Browse files
committed
adapted
1 parent 3c79d66 commit 536b44a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extra/shutils/regressiontest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
3232
3333
SUBJECT = "regression test started on %s using revision %s" % (START_TIME, REVISION)
34+
TARGET = "debian"
3435

3536
def prepare_email(content):
3637
global FROM
@@ -96,7 +97,7 @@ def main():
9697
test_counts.append(test_count)
9798

9899
console_output_file = os.path.join(output_folder, "console_output")
99-
log_file = os.path.join(output_folder, "debiandev", "log")
100+
log_file = os.path.join(output_folder, TARGET, "log")
100101
traceback_file = os.path.join(output_folder, "traceback")
101102

102103
if os.path.exists(console_output_file):

0 commit comments

Comments
 (0)