mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 08:14:58 +03:00
AppVeyor: run "vpntest" for ubuntu 18.04
This commit is contained in:
7
.ci/memory-leak-test.sh
Executable file
7
.ci/memory-leak-test.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/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'
|
Reference in New Issue
Block a user