File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ install:
1717script :
1818 - bash -c 'shopt -s globstar; shellcheck **/*.sh'
1919 - bash -c 'shopt -s globstar; bashate -i E006 **/*.sh'
20- - ./format-udf.sh -v
21- - ./format-udf.sh -h
22- - ./unit-test.sh
20+ - ./unit-test-linux.sh
2321
2422matrix :
2523 fast_finish : true
Original file line number Diff line number Diff line change @@ -10,6 +10,15 @@ TESTDATA_DIR=testdir
1010IMAGE_FILE=image.img
1111
1212
13+ # ######################################################################################################################
14+ # boilerplate
15+ # ######################################################################################################################
16+
17+ ./format-udf.sh -v
18+
19+ ./format-udf.sh -h
20+
21+
1322# ######################################################################################################################
1423# nominal case (absolute device path)
1524# ######################################################################################################################
You can’t perform that action at this time.
0 commit comments