Skip to content

Commit 90b7b13

Browse files
committed
Improved message on bulding YAML tests script
1 parent 7d7d73e commit 90b7b13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

util/build_tests.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
}
3838
}
3939
$version = str_replace('-snapshot', '', strtolower($version));
40+
4041
if (!version_compare($version, '0.0.1', '>=')) {
4142
printf ("The argument <ES_VERSION> should be a valid semantic version number\n");
4243
exit(1);
@@ -47,6 +48,10 @@
4748
printf ("The argument <TEST_SUITE> should be 'oss' or 'xpack'\n");
4849
exit(1);
4950
}
51+
printf ("*****************************************\n");
52+
printf ("** Bulding YAML tests for %s suite\n", strtoupper($stack));
53+
printf ("*****************************************\n");
54+
printf ("Using %s version for Elasticsearch\n", $version);
5055

5156
$yamlOutputTest = __DIR__ . '/../tests/Elasticsearch/Tests/Yaml';
5257
$yamlTestFolder = strtolower($stack) === 'oss'

0 commit comments

Comments
 (0)