From 109dc2bb704ed3b22558778f7e594e983df75a34 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Thu, 12 Nov 2020 19:09:39 -0700 Subject: [PATCH] Call the right test script --- .travis.yml | 4 ++-- test.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6721238a..155f2eac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ env: - HISS_TARGET=interp - HISS_TARGET=js - HISS_TARGET=nodejs - - HISS_TARGET=py3 + - HISS_TARGET=py jobs: # Allow Haxe development to fail. @@ -35,4 +35,4 @@ install: curl -sSLf https://lib.haxe.org/p/jQueryExtern/3.2.1/download/ -o /dev/null; fi -script: ./test-travis.sh \ No newline at end of file +script: ./test.sh \ No newline at end of file diff --git a/test.sh b/test.sh index f11083e3..a09af3fd 100644 --- a/test.sh +++ b/test.sh @@ -1,2 +1,3 @@ #! /bin/bash +HISS_TARGET=${HISS_TARGET:-$1} haxe src/build-scripts/test/$1.hxml \ No newline at end of file