Enabled output of individual tests.
This commit is contained in:
parent
c41183d450
commit
c807a64a59
@ -11,7 +11,7 @@ cd src
|
|||||||
lua CheckBasicStyle.lua
|
lua CheckBasicStyle.lua
|
||||||
cd ..
|
cd ..
|
||||||
make -j 2;
|
make -j 2;
|
||||||
make -j 2 test;
|
make -j 2 test ARGS="-V";
|
||||||
cd MCServer/;
|
cd MCServer/;
|
||||||
if [ "$TRAVIS_MCSERVER_BUILD_TYPE" != "COVERAGE" ]
|
if [ "$TRAVIS_MCSERVER_BUILD_TYPE" != "COVERAGE" ]
|
||||||
then echo stop | $MCSERVER_PATH;
|
then echo stop | $MCSERVER_PATH;
|
||||||
|
Loading…
Reference in New Issue
Block a user