Skip to content

Commit ba6ceb8

Browse files
committed
Update unit test
1 parent abee68c commit ba6ceb8

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ install:
1717
script:
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

2422
matrix:
2523
fast_finish: true

unit-test.sh renamed to unit-test-linux.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ TESTDATA_DIR=testdir
1010
IMAGE_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
#######################################################################################################################

0 commit comments

Comments
 (0)