Skip to content

Commit

Permalink
Merge pull request #2288 from AllenInstitute/bugfix/2288-ci-with-inst…
Browse files Browse the repository at this point in the history
…rumentation

tests/CheckThatTheyAllAssertOut: Ignore igortest marker function
  • Loading branch information
t-b authored Oct 24, 2024
2 parents 4adca5a + 12e53e4 commit b956043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Packages/tests/Basic/UTF_AnalysisFunctionPrototypes.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ static Function CheckThatTheyAllAssertOut()
funcList = FunctionList("*", ";", "WIN:MIES_AnalysisFunctionPrototypes.ipf")
CHECK_PROPER_STR(funcList)

funcList = GrepList(funcList, "^IUTF_TagFunc.*", 1)

WAVE/T funcs = ListToTextWave(funcList, ";")

for(func : funcs)
Expand Down

0 comments on commit b956043

Please sign in to comment.