Skip to content

Helper Scripts (Unix and Linux)

Dave Nicolette edited this page Jan 30, 2021 · 7 revisions

Home -> Developer Guide -> Unix and Linux Platform Guide ->

pad - pad each line of a text file to 80 characters plus a newline

pad infile outfile 

run - shorthand for running Gradle builds

Run unit tests only

run ut

Run integration tests only

run it

Run approval test

run approvalTest

Run a SonarQube scan

sonar-scan 

Run any other Gradle command

run taskname

Run the cobol-check application (after creating the jar with run fatJar). This script assumes it is running from the project root and the executable jar is located in build/libs.

cobolcheck

Clone this wiki locally