more clixon-util rm effects

This commit is contained in:
Olof hagsand 2023-12-02 17:46:43 +01:00
parent a3a7624a11
commit 01fbf764e7
6 changed files with 22 additions and 12 deletions

View file

@ -91,6 +91,10 @@ test: docker
./cleanup.sh ; ./start.sh # kill (ignore error) and the start it
sudo docker exec -t clixon-test bash -c 'cd /usr/local/bin/test && detail=true ./sum.sh'
mem: docker
./cleanup.sh ; ./start.sh # kill (ignore error) and the start it
sudo docker exec -t clixon-test bash -c 'sudo apk add --update valgrind; cd /usr/local/bin/test && ./mem.sh'
# Special-purpose memory test for snmp
memsnmp: docker
./cleanup.sh ; ./start.sh # kill (ignore error) and the start it