diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 883a7623e89..5cb82635d61 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1754,7 +1754,8 @@ def getTestEnv(lang, testdir): # # Jar files from the source of binary distribution # - iceJARs = ["ice", "glacier2", "freeze", "icebox", "icestorm", "icegrid", "icepatch2", "icediscovery"] + iceJARs = ["ice", "glacier2", "freeze", "icebox", "icestorm", "icegrid", "icepatch2", "icediscovery", + "icelocatordiscovery"] jarSuffix = "-" + iceVersion + ".jar" # First sanitize the environment. |