Compare commits

...

2 Commits

Author SHA1 Message Date
Gil Portenseigne 147c56e959 n'aurait pas du etre commité 2024-01-25 08:39:06 +01:00
Gil Portenseigne 031fb9199c Ajout alias test integ 2024-01-25 08:38:49 +01:00
2 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
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 testIntegOFbiz='./gradlew cleanAll loadAll testIntegration'
alias reducePdf="gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen \
-dNOPAUSE -dBATCH -dColorImageResolution=150 \
-sOutputFile=output.pdf"