mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
4aff7c172a
PR: 201143 Differential Revision: https://reviews.freebsd.org/D2930 Reviewed by: bapt Approved by: bapt Tested by: Roger Leigh <rleigh@codelibre.net>
12 lines
459 B
Python
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" ],
|