summaryrefslogtreecommitdiff
path: root/fedora/.local/bin/htop-vim/scripts/run_valgrind.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fedora/.local/bin/htop-vim/scripts/run_valgrind.sh')
-rwxr-xr-xfedora/.local/bin/htop-vim/scripts/run_valgrind.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/fedora/.local/bin/htop-vim/scripts/run_valgrind.sh b/fedora/.local/bin/htop-vim/scripts/run_valgrind.sh
deleted file mode 100755
index a03468c..0000000
--- a/fedora/.local/bin/htop-vim/scripts/run_valgrind.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-SCRIPT=$(readlink -f "$0")
-SCRIPTDIR=$(dirname "$SCRIPT")
-
-valgrind --leak-check=full --show-reachable=yes --show-leak-kinds=all --track-fds=yes --errors-for-leak-kinds=all --track-origins=yes --suppressions="${SCRIPTDIR}/htop_suppressions.valgrind" "${SCRIPTDIR}/../htop"