From dac97826f7d0c9b9135c1a08c4d5f16b61494bd1 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Wed, 26 Aug 2015 10:58:51 +0200 Subject: Renamed output directory to Server --- Server/hg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 Server/hg (limited to 'Server/hg') diff --git a/Server/hg b/Server/hg new file mode 100755 index 000000000..f79dce8e8 --- /dev/null +++ b/Server/hg @@ -0,0 +1,7 @@ +#! /bin/bash + +# This script runs MCServer under helgrind +# It expects valgrind to be normally installed and available +# Note that this is for Linux only and debug-only, since it slows down MCS way too much + +valgrind --log-file=helgrind.log --suppressions=hg.supp --gen-suppressions=all --tool=helgrind -v ./Cuberite -- cgit v1.2.3