1
0

Merge pull request #1818 from mc-server/VerboseTests

Enabled output of individual tests.
This commit is contained in:
Mattes D 2015-03-20 08:14:18 +01:00
commit e683a8c2c1

View File

@ -11,7 +11,7 @@ cd src
lua CheckBasicStyle.lua
cd ..
make -j 2;
make -j 2 test;
make -j 2 test ARGS="-V";
cd MCServer/;
if [ "$TRAVIS_MCSERVER_BUILD_TYPE" != "COVERAGE" ]
then echo stop | $MCSERVER_PATH;