Libreswan's Online Documentation
View the Project on GitHub libreswan/libreswan.github.io
SupportSince running the testsuite can take significant time, it is often convenient to run it in the background, or on a dedicated machine.
To run the testsuite in a background run:
./kvm nohup install check
once the process has detached, tail -f nohup.out will be used to
display output.
This can be stopped using cntrl-c at any time.
./kvm nohup is just a short cut for:
nohup ./kvm check & sleep 1
tail -f nohup.out
./kvm status
./kvm kill