We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 << ---------------------
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Platform: macOS
Sultan version: 0.8.1 (git-clone of repo today)
Failures occur w/ both Python 2.7 and Python 3.7.
The text was updated successfully, but these errors were encountered: