diff options
| author | Remi Collet <remi@remirepo.net> | 2017-07-13 06:30:33 +0200 |
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-07-13 06:30:33 +0200 |
| commit | a66fd9bc3887f0cebfd73d48cf3459b07e5820fa (patch) | |
| tree | 5feeb5876b8567e1e1c255df5109628bb2c99d3f | |
| parent | fe377747dda08866d36db07937fbee7cb9560794 (diff) | |
sync
| -rw-r--r-- | php-aws-php-sns-message-validator.spec | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/php-aws-php-sns-message-validator.spec b/php-aws-php-sns-message-validator.spec index f9b0483..5247c34 100644 --- a/php-aws-php-sns-message-validator.spec +++ b/php-aws-php-sns-message-validator.spec @@ -112,11 +112,7 @@ require_once '%{buildroot}%{phpdir}/Aws/Sns/autoload.php'; \Fedora\Autoloader\Autoload::addPsr4('Aws\\Sns\\', __DIR__.'/tests'); BOOTSTRAP -for cmd in php php56 php70 php71 php72; do - if which $cmd; then - $cmd %{_bindir}/phpunit --verbose --bootstrap bootstrap.php - fi -done +%{_bindir}/phpunit --verbose --bootstrap bootstrap.php %else : Tests skipped %endif |
