svn commit: r366337 - head/devel/ice/files

Michael Gmelin grembo at FreeBSD.org
Wed Aug 27 18:24:05 UTC 2014


Author: grembo
Date: Wed Aug 27 18:24:04 2014
New Revision: 366337
URL: http://svnweb.freebsd.org/changeset/ports/366337
QAT: https://qat.redports.org/buildarchive/r366337/

Log:
  Add debug output to staticFiltering unit test
  
  Reviewed by:	bdrewery
  Approved by:	bdrewery

Added:
  head/devel/ice/files/patch-cpp-test-Glacier2-staticFiltering-run.py   (contents, props changed)

Added: head/devel/ice/files/patch-cpp-test-Glacier2-staticFiltering-run.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ice/files/patch-cpp-test-Glacier2-staticFiltering-run.py	Wed Aug 27 18:24:04 2014	(r366337)
@@ -0,0 +1,24 @@
+--- cpp.orig/test/Glacier2/staticFiltering/run.py	2013-10-04 17:48:14.000000000 +0200
++++ cpp/test/Glacier2/staticFiltering/run.py	2014-08-27 10:17:57.233098328 +0200
+@@ -8,7 +8,7 @@
+ #
+ # **********************************************************************
+ 
+-import os, sys, time, socket
++import os, sys, time, socket, subprocess
+ 
+ path = [ ".", "..", "../..", "../../..", "../../../.." ]
+ head = os.path.dirname(sys.argv[0])
+@@ -100,6 +100,12 @@
+     fqdn = ""
+     domainname = ""
+ 
++print "Network and process debug output:"
++subprocess.call(["/usr/bin/netstat", "-an"])
++subprocess.call(["/bin/ps", "-alxww"])
++subprocess.call(["/usr/bin/sockstat"])
++subprocess.call(["/sbin/ifconfig", "-a"])
++subprocess.call(["/sbin/sysctl", "-a"])
+ testcases = [
+         ('testing category filter',
+                 ('', '', '', 'foo "a cat with spaces"', '', ''),


More information about the svn-ports-head mailing list