8 lines
95 B
Bash
Executable File
8 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ant locales
|
|
|
|
export PHPUNIT_ARGS="--group selenium --debug"
|
|
|
|
ant phpunit-nocoverage
|