[Debian-iot-packaging] [openzwave-controlpanel] 25/81: Save valgrind command in comments.
Dara Adib
daradib-guest at moszumanska.debian.org
Thu Dec 22 16:57:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
daradib-guest pushed a commit to branch debian/master
in repository openzwave-controlpanel.
commit d87c72325597f59eacc5c2776ce45b32a7094528
Author: glsatz <glsatz at gmail.com>
Date: Wed Feb 15 04:10:00 2012 +0000
Save valgrind command in comments.
---
test.sh | 1 +
testusb.sh | 1 +
2 files changed, 2 insertions(+)
diff --git a/test.sh b/test.sh
index c181feb..f994380 100755
--- a/test.sh
+++ b/test.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+#valgrind --track-fds=yes --time-stamp=yes --leak-check=full --show-reachable=yes --track-origins=yes --malloc-fill=01 --free-fill=80 ./ozwcp -d -p 9900
if [ "$1" = "" ]; then
echo usage: test.sh host:port
exit 1
diff --git a/testusb.sh b/testusb.sh
index 286bed6..b716aec 100755
--- a/testusb.sh
+++ b/testusb.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+#valgrind --track-fds=yes --time-stamp=yes --leak-check=full --show-reachable=yes --track-origins=yes --malloc-fill=01 --free-fill=80 ./ozwcp -d -p 9900
if [ "$1" = "" ]; then
echo usage: testusb.sh host:port
exit 1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-iot/openzwave-controlpanel.git
More information about the Debian-iot-packaging
mailing list