Skip to content

Instantly share code, notes, and snippets.

@davisp
Created July 12, 2016 20:42
Show Gist options
  • Select an option

  • Save davisp/0d9b3d71259f3156f7a1a994c4cea756 to your computer and use it in GitHub Desktop.

Select an option

Save davisp/0d9b3d71259f3156f7a1a994c4cea756 to your computer and use it in GitHub Desktop.
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