Created
July 12, 2016 20:42
-
-
Save davisp/0d9b3d71259f3156f7a1a994c4cea756 to your computer and use it in GitHub Desktop.
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
| diff --git a/test/javascript/run b/test/javascript/run | |
| index 4c71204..268e430 100755 | |
| --- a/test/javascript/run | |
| +++ b/test/javascript/run | |
| @@ -71,7 +71,7 @@ def mkformatter(tests): | |
| def run_couchjs(test, fmt): | |
| fmt(test) | |
| - cmd = [COUCHJS, "-H"] + SCRIPTS + [test, RUNNER] | |
| + cmd = [COUCHJS, "-H", "-T"] + SCRIPTS + [test, RUNNER] | |
| p = sp.Popen( | |
| cmd, | |
| stdin=sp.PIPE, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment