ajout alias de test
parent
997a5f00af
commit
66ebaed562
|
|
@ -12,3 +12,6 @@ alias yp="yadm push"
|
|||
alias tp="ssh -L localhost:5488:emb-ofbiz-prep-ofbiz2-rds-encrypted.ckerltpo0vvy.eu-west-1.rds.amazonaws.com:5432 bastion.decathlon"
|
||||
alias tn="ssh -L localhost:5488:emb-ofbiz-nereide-ofbiz2-rds.ckerltpo0vvy.eu-west-1.rds.amazonaws.com:5432 bastion.decathlon"
|
||||
|
||||
# ofbiz specific
|
||||
alias resetTestDb="dropdb ofbiz && createdb ofbiz && ./gradlew ofbiz -l readers=seed,seed-initial -l delegator=test"
|
||||
alias testRfid="./gradlew ofbiz --test component=rfid --test delegator=test"
|
||||
|
|
|
|||
Loading…
Reference in New Issue