summaryrefslogtreecommitdiffstats
path: root/CIbuild.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xCIbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIbuild.sh b/CIbuild.sh
index 4d8b313a5..0e17f6e64 100755
--- a/CIbuild.sh
+++ b/CIbuild.sh
@@ -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;