Skip to content

Commit

Permalink
tools/nwb-read-tests/run.sh: Only search nwb files from artefacts
Browse files Browse the repository at this point in the history
We don't want to find nwb files from e.g. Packages/Basic/input as these
might not pass pynwb/dandi validation.
  • Loading branch information
t-b committed Sep 8, 2024
1 parent c806d02 commit 7214dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/nwb-read-tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi

top_level=$(git rev-parse --show-toplevel)

list_of_files=$(find $top_level -iname "*-V2.nwb")
list_of_files=$(git ls-files --ignored --others --exclude-standard '**/*V2.nwb')

tag="nwb-read-tests"

Expand Down

0 comments on commit 7214dff

Please sign in to comment.