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 [b363702396]:
- Executable file fullrununit.sh — part of check-in [58eed43d63] at 2021-06-06 23:58:20 on branch v1.6584-tcp6 — all effed (user: matt, size: 255) [annotate] [blame] [check-ins using]
1 2 | #!/bin/bash | > | | | > > | | 1 2 3 4 5 6 7 8 9 | #!/bin/bash for x in basicserver server;do (killall mtest -v;sleep 1;killall mtest -v -9;rm -f tests/simplerun/.db/* tests/simplerun/logs/* tests/$x.log) & ck5 make -j install && wait && script -c "cd tests;ck5 make $x.log" full-$x.log done |