Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2014 18:24:05 +0000 (UTC)
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366337 - head/devel/ice/files
Message-ID:  <201408271824.s7RIO5dM008928@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"', '', ''),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408271824.s7RIO5dM008928>