Commit c4ba68aa authored by Juliano Murari's avatar Juliano Murari

run_valgrind.sh: remove sudo from inside the script

parent 005e578c
......@@ -17,6 +17,6 @@ fi
broker_endp=$1
sudo valgrind --leak-check=yes --trace-children=yes \
valgrind --leak-check=yes --trace-children=yes \
--suppressions=valgrind.supp ./dev_mngr "ipc://"$broker_endp > \
valgrind_report.txt 2>&1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment