You are here

test.sh in Convert Media Tags to Markup 8

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

./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/lint-php.sh
  7. ./scripts/lint-sh.sh
  8. ./scripts/unit-tests.sh