diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pm_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pm_test b/bin/pm_test index dd9e1a0..f455858 100755 --- a/bin/pm_test +++ b/bin/pm_test @@ -188,7 +188,7 @@ class PowerManagementOperation(): command_tpl = '-s s3 --s3-device-check ' \ '--s3-sleep-delay=30 --s3-multiple={}' if self.args.log_dir: - command_tpl = '--log={}/fwts.log '.format( + command_tpl = '--log={}/fwts '.format( self.args.log_dir) + command_tpl command_tpl = '{} ' + command_tpl else: |