Last change
on this file since 19157 was 18801, checked in by taylor.smock, 15 months ago |
Fix #22832: Code cleanup and some simplification, documentation fixes (patch by gaben)
There should not be any functional changes in this patch; it is intended to do
the following:
- Simplify and cleanup code (example:
Arrays.asList(item) -> Collections.singletonList(item) )
- Fix typos in documentation (which also corrects the documentation to match what actually happens, in some cases)
|
File size:
177 bytes
|
Rev | Line | |
---|
[18801] | 1 | #!/bin/bash
|
---|
| 2 |
|
---|
[11442] | 3 | docker build . -t josm/josm
|
---|
| 4 | mkdir -p test/report
|
---|
[18801] | 5 | docker run -it --name josm -v "$(pwd)"/test/report:/josm/test/report josm/josm
|
---|
[11442] | 6 | docker rm josm
|
---|
| 7 | docker rmi josm/josm
|
---|
Note:
See
TracBrowser
for help on using the repository browser.