aboutsummaryrefslogtreecommitdiff
path: root/bigtop-tests/spec-tests
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@boudnik.org>2016-03-24 22:22:34 -0700
committerRoman Shaposhnik <rvs@apache.org>2017-03-23 10:27:02 -0700
commit151fa641005b4e1ee089627cb7cee8210625ea75 (patch)
tree0d1d2bb4ef5d8075f83c03e75a4579bca2d2aaac /bigtop-tests/spec-tests
parent1a4961454ea252da3bc287f455ad2f7731fa19fa (diff)
ODPI-118. ODPI-111 introduces incorrect regex, breaks test compilation
(cherry picked from commit 4d21241877dad90a7826e91893300e62ad2b8511)
Diffstat (limited to 'bigtop-tests/spec-tests')
-rw-r--r--bigtop-tests/spec-tests/runtime/src/test/resources/testRuntimeSpecConf.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop-tests/spec-tests/runtime/src/test/resources/testRuntimeSpecConf.groovy b/bigtop-tests/spec-tests/runtime/src/test/resources/testRuntimeSpecConf.groovy
index f8297b45..54e08b59 100644
--- a/bigtop-tests/spec-tests/runtime/src/test/resources/testRuntimeSpecConf.groovy
+++ b/bigtop-tests/spec-tests/runtime/src/test/resources/testRuntimeSpecConf.groovy
@@ -167,7 +167,7 @@ specs {
name = 'HADOOP_PLATVER'
type = 'shell'
arguments {
- command = 'hadoop version | head -n 1 | grep -E \'Hadoop\\s+[0-9\\.]+[_\-][A-Za-z_0-9]+\''
+ command = 'hadoop version | head -n 1 | grep -E \'Hadoop\\s+[0-9\\.]+[_\\-][A-Za-z_0-9]+\''
message = 'Hadoop\'s version string is not correct'
}
}