Corrige alias de test

main
gil portenseigne 2023-11-28 17:25:07 +01:00
parent 8ee105d770
commit f55ce817c9
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ alias tp="ssh -L localhost:5488:emb-ofbiz-prep-ofbiz2-rds-encrypted.ckerltpo0vvy
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"
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"'
alias reducePdf="gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen \
-dNOPAUSE -dBATCH -dColorImageResolution=150 \
-sOutputFile=output.pdf"