opnsense-ports/devel/ice/files/patch-cpp-test-IceGrid-distribution-run.py
Franco Fichtner 5d1a9936bc */*: sync with upstream
Taken from: FreeBSD
2015-07-14 09:15:40 +02:00

11 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" ],