mirror of
https://github.com/discourse/discourse.git
synced 2025-03-15 02:55:28 +08:00
DEV: default to test env when running d/rspec (#7962)
This commit is contained in:
parent
3e456d5c0b
commit
e2df331fdb
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
PARAMS="$@"
|
||||
CMD="cd /src && USER=discourse RUBY_GLOBAL_METHOD_CACHE_SIZE=131072 LD_PRELOAD=/usr/lib/libjemalloc.so RAILS_ENV=${RAILS_ENV:=development} bin/rspec $PARAMS"
|
||||
CMD="cd /src && USER=discourse RUBY_GLOBAL_METHOD_CACHE_SIZE=131072 LD_PRELOAD=/usr/lib/libjemalloc.so RAILS_ENV=${RAILS_ENV:=test} bin/rspec $PARAMS"
|
||||
docker exec -it -u discourse:discourse discourse_dev /bin/bash -c "$CMD"
|
||||
|
Loading…
x
Reference in New Issue
Block a user