Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. Testing started at 3:44 PM ...
  2. /usr/local/bin/python3.7 /Applications/PyCharm.app/Contents/plugins/python/helpers/pycharm/behave_runner.py
  3. CI_DESC_TOKEN: AVG: 1.8.0 | GUI: 1.0.162
  4. /usr/sbin/installer -pkg /tmp/avg/'AVG Secure VPN.pkg' -target /Applications
  5.  
  6. Traceback (most recent call last):
  7. File "/usr/local/lib/python3.7/site-packages/behave/model.py", line 1329, in run
  8. match.run(runner.context)
  9. File "/usr/local/lib/python3.7/site-packages/behave/matchers.py", line 98, in run
  10. self.func(context, *args, **kwargs)
  11. File "features/steps/generic_steps.py", line 53, in step_impl
  12. app.install(app)
  13. File "/Users/jan.vales/gits/vpn-mac-ui-tests/framework/base/app_base.py", line 134, in install
  14. app.system_utils.run_shell_command(r"/usr/sbin/installer -pkg /tmp/{}/'{}.pkg' -target /Applications".format(app.settings.brand_name, self.settings.app_title), True)
  15. File "/Users/jan.vales/gits/vpn-mac-ui-tests/framework/core/sys_utils.py", line 25, in run_shell_command
  16. raise Exception('Command {} returned non zero exit code ({})'.format('echo "*****" | sudo -S {}'.format(old_command), proc.returncode))
  17. Exception: Command echo "*****" | sudo -S /usr/sbin/installer -pkg /tmp/avg/'AVG Secure VPN.pkg' -target /Applications returned non zero exit code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement