Skip to content

Commit

Permalink
Excess on end of URL
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 9, 2024
1 parent f66cceb commit ca13eac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
- name: Run tests
run: |
wget https://github.com/brimdata/build-zeek/releases/download/v6.0.2-brim2/zeek-v6.0.2-brim2.windows-amd64.zip
unzip zeek-v6.0.2-brim2.windows-amd64.zip
unzip -q zeek-v6.0.2-brim2.windows-amd64.zip
for filename in $(cat wrccdc-2018-pcaps); do
wget https://archive.wrccdc.org/pcaps/2018/$filename
echo "The filename is !$filename!"
wget --quiet https://archive.wrccdc.org/pcaps/2018/$filename
gzip -d $filename
cat ${filename/.gz/} | zeek/zeekrunner -
echo $?
Expand Down

0 comments on commit ca13eac

Please sign in to comment.