You are here

test.sh in Convert Media Tags to Markup 2.x

Same filename and directory in other branches
  1. 8 scripts/test.sh
#!/bin/bash
#
# Run all tests and linting.
#
set -e

./scripts/check-deprecated.sh
./scripts/lint-php.sh
./scripts/lint-sh.sh
./scripts/unit-tests.sh

File

scripts/test.sh
View source
  1. #!/bin/bash
  2. #
  3. # Run all tests and linting.
  4. #
  5. set -e
  6. ./scripts/check-deprecated.sh
  7. ./scripts/lint-php.sh
  8. ./scripts/lint-sh.sh
  9. ./scripts/unit-tests.sh