Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/elasticsearch/elasticsearch/.ci/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/elasticsearch/elasticsearch/.ci/yaml-tests.sh

#!/usr/bin/env bash

# Checkout the YAML test from Elasticsearch tag
php util/RestSpecRunner.php

# Generate the YAML tests for PHPUnit
php util/build_tests.php ${STACK_VERSION} ${TEST_SUITE}

# Run YAML tests
vendor/bin/phpunit -c "phpunit-yaml-${TEST_SUITE}-tests.xml"