Skip to content

Commit 4904b51

Browse files
authored
Merge pull request #27 from kaspar030/add_maxfail
common.sh: build(): add "--maxfail 500" to build command
2 parents eff4f10 + 9507fdb commit 4904b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ build() {
7171

7272
get_jobs | dwqc \
7373
-E NIGHTLY \
74-
--quiet --outfile result.json
74+
--quiet --maxfail 500 --outfile result.json
7575

7676
RES=$?
7777

0 commit comments

Comments
 (0)