Created
August 6, 2013 06:58
-
-
Save jorisvddonk/6162668 to your computer and use it in GitHub Desktop.
Fabric test case failure (test case: https://gist.github.com/jorisvddonk/6162658) on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\joris>fab test_func | |
Fabric version: 1.7.0 | |
[localhost] local: set foo | |
foo="bar" SET baz="qux" | |
[localhost] local: set baz | |
Environment variable baz not defined | |
Fatal error: local() encountered an error (return code 1) while executing 'set baz' | |
Aborting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment