Megatest

fullrununit.sh at [58eed43d63]
Login

File fullrununit.sh artifact b363702396 part of check-in 58eed43d63


#!/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