Browse Source

define OCAMLRUNPARAM=b in RunTravis so maybe we get a stack trace

Simon Krajewski 11 years ago
parent
commit
6191bfdd44
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/RunTravis.hx

+ 1 - 0
tests/RunTravis.hx

@@ -367,6 +367,7 @@ class RunTravis {
 
 	static function main():Void {
 		changeDirectory(unitDir);
+		Sys.putEnv("OCAMLRUNPARAM", "b");
 		switch (test) {
 			case Macro, null:
 				runCommand("haxe", ["compile-macro.hxml"]);