Differences From Artifact [a13af07ac4]:
- Executable file fullrununit.sh — part of check-in [eec8d1d26e] at 2021-05-14 06:30:52 on branch v1.6584-ck5 — Basic communication and server starting working. (user: matt, size: 156) [annotate] [blame] [check-ins using]
To Artifact [3ffa0b3716]:
- Executable file fullrununit.sh — part of check-in [8c1d89ef36] at 2021-05-18 22:20:04 on branch v1.6584-ck5 — main.db starting again. (user: matt, size: 159) [annotate] [blame] [check-ins using]
1 2 3 | #!/bin/bash (killall mtest -v;sleep 1;killall mtest -v -9;rm tests/simplerun/logs/*;rm tests/basicserver.log) & | | | 1 2 3 4 5 6 | #!/bin/bash (killall mtest -v;sleep 1;killall mtest -v -9;rm tests/simplerun/logs/*;rm tests/basicserver.log) & ck5 make -j install && wait && ck5 make unit |