diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 12:41:30 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 12:41:30 +0200 |
commit | e81deb71299b0cdbe31fff2471faa339a80982c5 (patch) | |
tree | 64a769685e4cff5814451a780bdecbf19e9c6ea1 /bin | |
parent | 681291604c6b0d28b0e2c3d70e076862ccac381b (diff) |
bin:pm_log_check -> pm_log_check.py
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pm_log_check.py (renamed from bin/pm_log_check) | 0 | ||||
-rwxr-xr-x | bin/pm_test.py | 2 |
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): |