[Swan-commit] Changes to ref refs/heads/master

2019-09-27 Thread Andrew Cagney
New commits:
commit e4ee8f39fc7577a7174b77e498c38524971c7307
Author: Andrew Cagney 
Date:   Fri Sep 27 14:46:03 2019 -0400

kvm: make it easier to kill a running testsuite from a second terminal

gmake kvm-status
print the process status of kvmrunner.py

gmake kvm-kill
kill the kvmrunner process

It uses the new option --pid-file.  When using make kvm-test, this
defaults to the file kvmrunner.pid in topdir

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


[Swan-commit] Changes to ref refs/heads/master

2019-09-27 Thread Andrew Cagney
New commits:
commit b605ccfa5a65a95e2873dd6b29366a6c6654b3cc
Author: Andrew Cagney 
Date:   Fri Sep 27 13:03:55 2019 -0400

kvm: add $(KVM_BASELINE), so gmake kvm-{diffs,results} have something to 
compare against

For instance, and assuming ../master is a second libreswan directory
that contains test results, adding:
  KVM_BASELINE=../master
to Makefile.inc.local will cause:
  gmake kvm-diffs
  gmake kvm-results
to include a comparsion with the baseline.

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


[Swan-commit] Changes to ref refs/heads/master

2019-09-27 Thread Andrew Cagney
New commits:
commit a752d8fa3d2b24d08e785833acf484239a91f5bf
Author: Andrew Cagney 
Date:   Thu Sep 26 12:45:37 2019 -0400

ipcheck: fix parameter to endpoint_type() check

the endpoint, not the address

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit