Differences From Artifact [12bf13749e]:
- Executable file fullrununit.sh — part of check-in [f9e738a1ca] at 2021-05-20 23:29:52 on branch v1.6584-ck5 — wip (user: matt, size: 181) [annotate] [blame] [check-ins using]
To Artifact [e6c2056159]:
- Executable file fullrununit.sh — part of check-in [0dbc0e6225] at 2021-06-01 05:43:13 on branch v1.6584-tcp6 — wip, getting closer to tcp6 based approach working (user: matt, size: 194) [annotate] [blame] [check-ins using]
1 2 3 4 5 | 1 2 3 4 5 6 | - + | #!/bin/bash (killall mtest -v;sleep 1;killall mtest -v -9;rm -f tests/simplerun/.db/* tests/simplerun/logs/* tests/basicserver.log) & ck5 make -j install && wait && |