We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7d73e commit 90b7b13Copy full SHA for 90b7b13
util/build_tests.php
@@ -37,6 +37,7 @@
37
}
38
39
$version = str_replace('-snapshot', '', strtolower($version));
40
+
41
if (!version_compare($version, '0.0.1', '>=')) {
42
printf ("The argument <ES_VERSION> should be a valid semantic version number\n");
43
exit(1);
@@ -47,6 +48,10 @@
47
48
printf ("The argument <TEST_SUITE> should be 'oss' or 'xpack'\n");
49
50
51
+printf ("*****************************************\n");
52
+printf ("** Bulding YAML tests for %s suite\n", strtoupper($stack));
53
54
+printf ("Using %s version for Elasticsearch\n", $version);
55
56
$yamlOutputTest = __DIR__ . '/../tests/Elasticsearch/Tests/Yaml';
57
$yamlTestFolder = strtolower($stack) === 'oss'
0 commit comments