sultan icon indicating copy to clipboard operation
sultan copied to clipboard

Current test suite has partial failures: 2 of 45

Open jenisys opened this issue 7 years ago • 0 comments

Platform: macOS Sultan version: 0.8.1 (git-clone of repo today)

Failures occur w/ both Python 2.7 and Python 3.7.

...
FAIL: test_custom_executable (integration.sultan.test_api.SultanExecutable)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jens/se_inspect/_topic.cmdrunner/aeroxis_sultan/test/integration/sultan/test_api.py", line 58, in test_custom_executable
    self.assertEqual(result.stdout[0], 'bash')
AssertionError: '/bin/bash' != 'bash'
-------------------- >> begin captured logging << --------------------
sultan: DEBUG: ps | grep `echo $$` | awk '{ print $4 }';
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_default_executable (integration.sultan.test_api.SultanExecutable)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jens/se_inspect/_topic.cmdrunner/aeroxis_sultan/test/integration/sultan/test_api.py", line 52, in test_default_executable
    self.assertEqual(result.stdout[0], 'sh')
AssertionError: '/bin/sh' != 'sh'
-------------------- >> begin captured logging << --------------------
sultan: DEBUG: ps | grep `echo $$` | awk '{ print $4 }';
--------------------- >> end captured logging << ---------------------

jenisys avatar Oct 20 '18 14:10 jenisys