blob: 176aa0ce5e2c8be35575d66eb5d96e3aa73edf2c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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" ],
|