ajout alias de test

main
gil portenseigne 2023-10-02 15:21:15 +02:00
parent 997a5f00af
commit 66ebaed562
1 changed files with 3 additions and 0 deletions

View File

@ -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 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" 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"