diff options
-rwxr-xr-x | coverage/scripts/run-test.sh | 2 | ||||
-rw-r--r-- | coverage/scripts/zz-exit.sh | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/coverage/scripts/run-test.sh b/coverage/scripts/run-test.sh index ee0fb00a..fc45515d 100755 --- a/coverage/scripts/run-test.sh +++ b/coverage/scripts/run-test.sh @@ -147,7 +147,7 @@ $R/bin/afb-daemon-cov \ # true life test ########################################################## mk \ -valgrind \ +vg \ --log-file=$R/valgrind.out \ --trace-children=no \ --track-fds=yes \ diff --git a/coverage/scripts/zz-exit.sh b/coverage/scripts/zz-exit.sh new file mode 100644 index 00000000..86936c7b --- /dev/null +++ b/coverage/scripts/zz-exit.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +$R/bin/afb-client -s -e $WSURL <<EOC +hello exit 0 +hello exit 0 +EOC + |