Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit69c5cca

Browse files
author
Felipe Zimmerle
committed
QA: Avoids the utilization of 3rd filedescriptor
No need to use a 3rd description on the quality check scripts.Stderr is now redirected to stdout and filtered as needed.
1 parentbaaf502 commit69c5cca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎Makefile.am‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ test-regression:
3737
(cd tests&&$(MAKE) test-regression)
3838

3939
cppcheck:
40-
cppcheck. --enable=all --force2>&11>&3| sed's/^/warning: /g'1>&2;
40+
cppcheck. --enable=all --force2>&1| sed's/^/warning: /g'1>&2;
4141

4242
check-coding-style:
4343
foriin`(find. -iname"*.c"; find. -iname"*.h")`;\
44-
do vera++ -rule L004 -param max-line-length=80$$i2>&11>&3| sed's/^/warning: /g'1>&2;\
45-
vera++ -rule L001$$i2>&11>&3| sed's/^/warning: /g'1>&2;\
44+
doecho$$i...;\
45+
vera++ -rule L004 -param max-line-length=80$$i2>&1| sed's/^/warning: /g'1>&2;\
46+
vera++ -rule L001$$i2>&1| sed's/^/warning: /g'1>&2;\
4647
done;
4748

4849
.PHONY: test

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp