Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@creationix
Created July 29, 2016 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creationix/e597b67b87bbe1a91a4ef349486c90eb to your computer and use it in GitHub Desktop.
Save creationix/e597b67b87bbe1a91a4ef349486c90eb to your computer and use it in GitHub Desktop.
diff --git a/tests/run.lua b/tests/run.lua
index dd782ef..a73667d 100644
--- a/tests/run.lua
+++ b/tests/run.lua
@@ -1,3 +1,5 @@
+require('jit-dump').start("A","jit.dump.log")
+
local options = {}
options.version = require('../package').version
options.paths = {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment