Skip to content

Commit 2fcc0c3

Browse files
committed
Remove extra syntax checking of test cases, it's too pedantic for now
1 parent 11c0cc3 commit 2fcc0c3

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/scriptcheck.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,3 @@ jobs:
108108
make -j$(nproc) run-dmake
109109
git diff --exit-code
110110
111-
- name: extract tests and check syntax
112-
run: |
113-
mkdir temp1
114-
python3 tools/extracttests.py --only-tp --code=temp1 test/testbufferoverrun.cpp
115-
python3 tools/extracttests.py --only-tp --code=temp1 test/testnullpointer.cpp
116-
python3 tools/extracttests.py --only-tp --code=temp1 test/testuninitvar.cpp
117-
python3 tools/extracttests.py --only-tp --code=temp1 --check-function=functionVariableUsage test/testunusedvar.cpp
118-
g++ -fsyntax-only temp1/*.cpp
119-

0 commit comments

Comments
 (0)