summaryrefslogtreecommitdiff
path: root/bin
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 12:41:30 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 12:41:30 +0200
commite81deb71299b0cdbe31fff2471faa339a80982c5 (patch)
tree64a769685e4cff5814451a780bdecbf19e9c6ea1 /bin
parent681291604c6b0d28b0e2c3d70e076862ccac381b (diff)
bin:pm_log_check -> pm_log_check.py
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pm_log_check.py (renamed from bin/pm_log_check)0
-rwxr-xr-xbin/pm_test.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/pm_log_check b/bin/pm_log_check.py
index cb75685..cb75685 100755
--- a/bin/pm_log_check
+++ b/bin/pm_log_check.py
diff --git a/bin/pm_test.py b/bin/pm_test.py
index 84b88be..3afde2a 100755
--- a/bin/pm_test.py
+++ b/bin/pm_test.py
@@ -611,7 +611,7 @@ class CountdownDialog(Gtk.Dialog):
command = Command('fwts -r stdout klog oops').run()
if command.process.returncode != 0:
# Don't abort the test loop,
- # errors can be retrieved by pm_log_check
+ # errors can be retrieved by pm_log_check.py
logging.error('Problem found in logs by fwts')
def on_system_info_timeout_cb(self):