File tree 2 files changed +2
-16
lines changed
2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 20
20
run : ./autogen.sh && ./configure
21
21
- name : Make
22
22
run : make V=1
23
- - name : Musl build
24
- run : sudo docker run kdave/ci-musl-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation --disable-backtrace --disable-libudev
25
- - name : Tests cli
26
- run : sudo make TEST_LOG=dump test-cli
27
- - name : Tests mkfs
28
- run : sudo make TEST_LOG=dump test-mkfs
29
- - name : Tests check
30
- run : sudo make TEST_LOG=dump test-check
31
- - name : Tests check (lowmem)
32
- run : sudo make TEST_LOG=dump test-check-lowmem
33
- - name : Tests misc
34
- run : sudo make TEST_LOG=dump test-misc
35
- - name : Tests fuzz
36
- run : sudo make TEST_LOG=dump test-fuzz
37
23
- name : Tests json formatter
38
24
run : make test-json
39
25
- name : Tests string-table formatter
Original file line number Diff line number Diff line change @@ -517,11 +517,11 @@ test-inst: all
517
517
test-json : json-formatter-test
518
518
@echo " [TEST] json formatting"
519
519
@echo | jq
520
- @ { \
520
+ { \
521
521
max=` ./json-formatter-test` ; \
522
522
for testno in ` seq 1 $$ max` ; do \
523
523
echo " [TEST/json] $$ testno" ; \
524
- ./json-formatter-test $$ testno | jq >& /dev/null ; \
524
+ ./json-formatter-test $$ testno | jq ; \
525
525
done \
526
526
}
527
527
You can’t perform that action at this time.
0 commit comments