Skip to content

Commit

Permalink
Changes for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Apr 28, 2024
1 parent 691c214 commit eb04861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion synctestdata.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If (-Not (Test-Path "${TestInputDirectory}\${TestSet}"))
}
ForEach ($TestFile in ${TestFiles} -split " ")
{
$Url = "https://github.com/log2timeline/dfwinreg/blob/main/test_data/${TestFile}?raw=true"
$Url = "https://github.com/log2timeline/dfwinreg/blob/main/test_data/winprefetch/${TestFile}?raw=true"

Invoke-WebRequest -Uri ${Url} -OutFile "${TestInputDirectory}\${TestSet}\${TestFile}"
}
Expand Down
2 changes: 1 addition & 1 deletion synctestdata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir -p "${TEST_INPUT_DIRECTORY}/${TEST_SET}";

for TEST_FILE in ${TEST_FILES};
do
URL="https://github.com/log2timeline/plaso/blob/main/test_data/${TEST_FILE}?raw=true";
URL="https://github.com/log2timeline/plaso/blob/main/test_data/winprefetch/${TEST_FILE}?raw=true";

curl -L -o "${TEST_INPUT_DIRECTORY}/${TEST_SET}/${TEST_FILE}" ${URL};
done
Expand Down

0 comments on commit eb04861

Please sign in to comment.