Compare commits
2 Commits
118f8d9822
...
147c56e959
| Author | SHA1 | Date |
|---|---|---|
|
|
147c56e959 | |
|
|
031fb9199c |
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue