SoftEtherVPN/.ci/memory-leak-test.sh
2018-10-29 15:53:42 +05:00

8 lines
192 B
Bash
Executable File

#!/bin/sh
set -eux
echo -n | ./build/vpntest s | grep -Fq 'NO MEMORY LEAKS'
echo -n | ./build/vpntest c | grep -Fq 'NO MEMORY LEAKS'
echo -n | ./build/vpntest b | grep -Fq 'NO MEMORY LEAKS'