evhtp debugging: memleaks, test errors, etc

This commit is contained in:
Olof hagsand 2020-11-19 18:06:20 +01:00
parent c0ad6d3f8f
commit 3d10c3bfcb
6 changed files with 21 additions and 6 deletions

View file

@ -81,7 +81,7 @@ push:
# therefore the sleep 1 before tests start
test: docker
./cleanup.sh ; ./start.sh # kill (ignore error) and the start it
sudo docker exec -t clixon-system bash -c 'sleep 1 && cd /usr/local/bin/test && ./all.sh'
sudo docker exec -t clixon-system bash -c 'sleep 2 && cd /usr/local/bin/test && ./all.sh'
depend: