From 02c55d766c1d773d59c413ec0a4538904de92b85 Mon Sep 17 00:00:00 2001 From: Dima Granetchi Date: Sun, 16 Nov 2014 17:13:56 +0200 Subject: [PATCH] console log for flash targets --- .travis.yml | 2 +- test.hxml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e796633..db1eae9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,6 @@ install: # setup the target script: - cd $TRAVIS_BUILD_DIR # build the target. This will call haxe with the HXFLAGS and HXFLAGS_EXTRA environment variables - - HXFLAGS="-cp src -cp test -main Tests -lib buddy -D reporter=buddy.reporting.TravisHxReporter -D console_js" ~/travis-hx/build.sh + - HXFLAGS="-cp src -cp test -main Tests -lib buddy -D reporter=buddy.reporting.TravisHxReporter -D console_log" ~/travis-hx/build.sh # run the tests - bash -x ~/travis-hx/runtests.sh $FILENAME # this will set the $FILENAME defined on the environment variable to run the tests diff --git a/test.hxml b/test.hxml index 0bb27d0..e926eb4 100644 --- a/test.hxml +++ b/test.hxml @@ -5,3 +5,4 @@ -neko bin/test.n -lib buddy -D reporter=buddy.reporting.TravisHxReporter +-D console_log \ No newline at end of file