Revision f9259573

b/ci/tests.sh
2 2

  
3 3
set -e
4 4

  
5
TEST="$(which snf-manage) test api db logic plankton quotas vmapi im helpdesk --settings=synnefo.settings.test"
5
APPS="api db logic plankton quotas vmapi im quotaholder_app helpdesk"
6
TEST="$(which snf-manage) test $APPS --settings=synnefo.settings.test"
6 7

  
7 8
if coverage >/dev/null 2>&1; then
8 9
  coverage run $TEST

Also available in: Unified diff