Skip to content

Commit

Permalink
Add a whitelabel-shell command to help with debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bmedx committed Mar 6, 2018
1 parent 2c2e159 commit 0249910
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.edx
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ whitelabel-tests:

whitelabel-cleanup:
docker rm --force devstack.whitelabel

whitelabel-shell: ## Start a whitelabel test shell session
docker exec -it devstack.whitelabel env TERM=$(TERM) bash

0 comments on commit 0249910

Please sign in to comment.