Skip to content

Commit

Permalink
Drop buggy and useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Jul 9, 2018
1 parent 9464d2b commit b8e02e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Expand Up @@ -37,7 +37,6 @@ shared: &shared
mysql -h 127.0.0.1 -u root -e 'create database glpitest;'
php scripts/cliinstall.php --db=glpitest --host=127.0.0.1 --user=root --tests
php scripts/cliupdate.php --config-dir=../tests |grep -q "No migration needed." || (echo "scripts/cliupdate.php FAILED" && exit 1)
./tests/test_fail_update.sh; git checkout install/update_92_93.php;
- run:
name: Database tests
command: composer testdb
Expand Down
15 changes: 0 additions & 15 deletions tests/test_fail_update.sh

This file was deleted.

0 comments on commit b8e02e9

Please sign in to comment.