1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/ice/files/patch-cpp-test-IceGrid-distribution-run.py
Michael Gmelin 4aff7c172a Update devel/ice, devel/py-ice and devel/php5-ice to 3.6.0
PR:		201143
Differential Revision:	https://reviews.freebsd.org/D2930
Reviewed by:	bapt
Approved by:	bapt
Tested by:	Roger Leigh <rleigh@codelibre.net>
2015-07-13 19:48:31 +00:00

12 lines
459 B
Python

--- cpp/test/IceGrid/distribution/run.py.orig 2015-07-04 13:42:32.436390995 +0200
+++ cpp/test/IceGrid/distribution/run.py 2015-07-04 13:42:42.506606995 +0200
@@ -25,7 +25,7 @@
commandProc = TestUtil.spawn('"%s" "%s"' % (icePatch2Calc, os.path.join(datadir, dirname)))
commandProc.waitTestSuccess()
-datadir = os.path.join(os.getcwd(), "data")
+datadir = os.path.join(os.getcwd(), "db/data")
files = [
[ "original/rootfile", "rootfile" ],