1
0

Don't run start test under gcov

This commit is contained in:
Tycho
2014-05-10 17:51:20 +01:00
parent 6124b5208c
commit 4e6499c1c2
2 changed files with 2 additions and 2 deletions

View File

@@ -4,4 +4,4 @@ cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
make -j 2;
make -j 2 test;
cd MCServer/;
echo stop | gcov $MCSERVER_PATH;
echo stop | $MCSERVER_PATH;