mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
adapted
This commit is contained in:
parent
3c79d66569
commit
536b44a429
|
@ -31,6 +31,7 @@ FROM = "regressiontest@sqlmap.org"
|
||||||
#TO = "dev@sqlmap.org"
|
#TO = "dev@sqlmap.org"
|
||||||
TO = ["bernardo.damele@gmail.com", "miroslav.stampar@gmail.com"]
|
TO = ["bernardo.damele@gmail.com", "miroslav.stampar@gmail.com"]
|
||||||
SUBJECT = "regression test started on %s using revision %s" % (START_TIME, REVISION)
|
SUBJECT = "regression test started on %s using revision %s" % (START_TIME, REVISION)
|
||||||
|
TARGET = "debian"
|
||||||
|
|
||||||
def prepare_email(content):
|
def prepare_email(content):
|
||||||
global FROM
|
global FROM
|
||||||
|
@ -96,7 +97,7 @@ def main():
|
||||||
test_counts.append(test_count)
|
test_counts.append(test_count)
|
||||||
|
|
||||||
console_output_file = os.path.join(output_folder, "console_output")
|
console_output_file = os.path.join(output_folder, "console_output")
|
||||||
log_file = os.path.join(output_folder, "debiandev", "log")
|
log_file = os.path.join(output_folder, TARGET, "log")
|
||||||
traceback_file = os.path.join(output_folder, "traceback")
|
traceback_file = os.path.join(output_folder, "traceback")
|
||||||
|
|
||||||
if os.path.exists(console_output_file):
|
if os.path.exists(console_output_file):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user