mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-04-24 12:39:04 +02:00
5 lines
136 B
Bash
Executable file
5 lines
136 B
Bash
Executable file
rm test.json
|
|
export MOSQUITTO_DYNSEC_PASSWORD=passwordpass
|
|
export VG="valgrind --log-file=vglog"
|
|
${VG} ../../src/mosquitto -c test.conf
|