Ajout alias test integ

main
Gil Portenseigne 2024-01-25 08:36:55 +01:00
parent 118f8d9822
commit 031fb9199c
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ alias tn="ssh -L localhost:5488:emb-ofbiz-nereide-ofbiz2-rds.ckerltpo0vvy.eu-wes
# ofbiz specific # ofbiz specific
alias resetTestDb='dropdb ofbiz && createdb ofbiz && ./gradlew "ofbiz -l readers=seed,seed-initial -l 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 testRfid='./gradlew "ofbiz --test component=rfid --test delegator=test"'
alias testIntegOFbiz='./gradlew cleanAll loadAll testIntegration'
alias reducePdf="gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen \ alias reducePdf="gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen \
-dNOPAUSE -dBATCH -dColorImageResolution=150 \ -dNOPAUSE -dBATCH -dColorImageResolution=150 \
-sOutputFile=output.pdf" -sOutputFile=output.pdf"