aboutsummaryrefslogtreecommitdiff
path: root/lnt/util/ImportData.py
diff options
context:
space:
mode:
authorChris Matthews <cmatthews5@apple.com>2015-12-18 01:45:00 +0000
committerChris Matthews <cmatthews5@apple.com>2015-12-18 01:45:00 +0000
commite032047ad750345ee96901e44ddce0a82456287e (patch)
treed6bee32e6f2ae8f1946bc2b270e6120477965852 /lnt/util/ImportData.py
parent67ca61f838b69a248e40950047414f9c6b9a8a86 (diff)
Tweaks to logging system and messages all over the system
git-svn-id: https://llvm.org/svn/llvm-project/lnt/trunk@255964 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lnt/util/ImportData.py')
-rw-r--r--lnt/util/ImportData.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lnt/util/ImportData.py b/lnt/util/ImportData.py
index 0b98f88..0bbe100 100644
--- a/lnt/util/ImportData.py
+++ b/lnt/util/ImportData.py
@@ -3,7 +3,7 @@ import collections
import lnt.testing
import lnt.formats
import lnt.server.reporting.analysis
-
+from lnt.testing.util.commands import note
from lnt.util import NTEmailReport
@@ -116,7 +116,7 @@ def import_and_report(config, db_name, db, file, format, commit=False,
result['result_url'] = "db_{}/v4/{}/{}".format(db_name, ts_name, run.id)
result['report_time'] = time.time() - importStartTime
result['total_time'] = time.time() - startTime
-
+ note("Successfully created {}".format(result['result_url']))
# If this database has a shadow import configured, import the run into that
# database as well.
if config and config.databases[db_name].shadow_import: