Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
8044568e
Commit
8044568e
authored
Jun 25, 2013
by
Vangelis Koukis
Browse files
Fix check for snf-manage in ci/tests.sh
parent
2b20001e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci/tests.sh
View file @
8044568e
#!/bin/sh
set
-e
export
SYNNEFO_SETTINGS_DIR
=
/tmp/snf-test-settings
SNF_MANAGE
=
$(
which snf-manage
)
||
echo
"Cannot find snf-manage in
$PATH
"
1>&2
&&
exit
1
{
echo
"Cannot find snf-manage in
$PATH
"
1>&2
;
exit
1
;
}
APPS
=
"api db logic plankton quotas vmapi im quotaholder_app helpdesk"
TEST
=
"
$SNF_MANAGE
test
$APPS
--traceback --settings=synnefo.settings.test"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment