Commit
0e63e4d1a4302c644fc6e211ad8c1721851df96a
Exists in
master
and in
23 other branches
activate_plugin, api_fixies, api_tasks, article_blog_visualization_format, article_layout_refactoring, article_layout_temp, blog_page_bug, clone_article, communities_ratings, design_template, event_layout, fix_forum, fix_optional_fields, fix_suggest_article, folder_improvments, manage_organization, merge_deactive_and_ban, news_page, script_to_update, stable, template_mirror_block, tests, tests_fixies
ActionItem862: post-mortem: fixed test in script
| @@ -2,7 +2,7 @@ |
| @@ -2,7 +2,7 @@ |
2
| |
2
| |
3
| set -e |
3
| set -e |
4
| |
4
| |
5
| -if [ -x $RAILS_ENV ]; then |
5
| +if [ -z $RAILS_ENV ]; then |
6
| export RAILS_ENV=production |
6
| export RAILS_ENV=production |
7
| fi |
7
| fi |
8
| |
8
| |