Skip to content

Commit 5ac54be

Browse files
authored
Merge pull request #7799 from tautschnig/bugfixes/cpp-linter-tests
Fix cpp-linter tests to avoid .git dependency
2 parents c433336 + 1aab3ba commit 5ac54be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regression/cpp-linter/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
default: tests.log
22

33
test:
4-
@../test.pl -p -c ../../../scripts/cpplint.py
4+
@../test.pl -p -c '../../../scripts/cpplint.py --repository=../../../'
55

66
tests.log: ../test.pl
7-
@../test.pl -p -c ../../../scripts/cpplint.py
7+
@../test.pl -p -c '../../../scripts/cpplint.py --repository=../../../'
88

99
clean:
1010
find . -name '*.out' -execdir $(RM) '{}' \;

0 commit comments

Comments
 (0)