1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 11:40:31 -04:00
ports/devel/ice/files/patch-cpp-test-IceGrid-distribution-run.py
2022-01-15 20:23:08 +01:00

11 lines
448 B
Python

--- cpp/test/IceGrid/distribution/run.py.orig 2019-08-12 19:54:18 UTC
+++ cpp/test/IceGrid/distribution/run.py
@@ -25,7 +25,7 @@ def icepatch2Calc(datadir, dirname):
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" ],