From d490d2d089d85b9ae4301b6fb6102f149e87aab0 Mon Sep 17 00:00:00 2001 From: Andy Li Date: Fri, 6 Jun 2014 04:24:23 +0800 Subject: [PATCH] [TravisCI] Test MUnit with retries. Let see if this help reducing the annoyance of MUnit's bug. Hopefully I or somebody will figure out what is the actual cause... --- tests/RunTravis.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/RunTravis.hx b/tests/RunTravis.hx index 5dee7ac80f5..ca3f5580479 100644 --- a/tests/RunTravis.hx +++ b/tests/RunTravis.hx @@ -550,9 +550,9 @@ class RunTravis { haxelibInstallGit("massiveinteractive", "MassiveUnit", "master", "src", false, "munit"); changeDirectory(Path.join([getHaxelibPath("munit"), "..", "tool"])); runCommand("haxe", ["build.hxml"]); - haxelibRun(["munit", "test", "-result-exit-code", "-neko"]); + haxelibRun(["munit", "test", "-result-exit-code", "-neko"], true); changeDirectory("../"); - haxelibRun(["munit", "test", "-result-exit-code", "-neko"]); + haxelibRun(["munit", "test", "-result-exit-code", "-neko"], true); } static function testFlambe() {