Skip to content

Commit

Permalink
cleanup services in bvts only if we logged in
Browse files Browse the repository at this point in the history
Change-Id: If440a3b8d3ff457be0534cdad1f4bc2b161c5432
  • Loading branch information
Patrick Bozeman committed Aug 2, 2011
1 parent b3eee14 commit 48ef463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def cleanup
delete_app_internal(SIMPLE_LIFT_APP)
delete_app_internal(LIFT_DB_APP)
delete_app_internal(TOMCAT_VERSION_CHECK_APP)
delete_services(all_my_services) unless @registered_user
delete_services(all_my_services) unless @registered_user or !get_login_token
# This used to delete the entire user, but that now requires admin
# privs so it was removed, as was the delete_user method. See the
# git history if it needs to be revived.
Expand Down

0 comments on commit 48ef463

Please sign in to comment.