diff --git a/bash/catfish.sh b/bash/catfish.sh index 45d63eb..caa9465 100644 --- a/bash/catfish.sh +++ b/bash/catfish.sh @@ -23,5 +23,6 @@ ctp() { } alias ctfs="cd ~/catfish && ./start && cd - > /dev/null" +alias ctpt="NO_MIGRATIONS=true ctpr runtests $@ --keepdb" export CATFISH_HOSTNAME_OVERRIDE=localhost