Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/testScripts/genTestIndexes.xml')
-rw-r--r--production/testScripts/genTestIndexes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/genTestIndexes.xml b/production/testScripts/genTestIndexes.xml
index cf41c37bc..a0e257cdf 100644
--- a/production/testScripts/genTestIndexes.xml
+++ b/production/testScripts/genTestIndexes.xml
@@ -131,7 +131,7 @@
message="eclipseStream must be provided by caller" />
<condition property="streamOK">
<matches
- pattern="\d\.\d\.\d"
+ pattern="\d+\.\d+\.\d+"
string="${eclipseStream}" />
</condition>
<fail

Back to the top