Skip to content

Commit

Permalink
fix test recipe, fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jul 5, 2023
1 parent 176aeb8 commit d948230
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Test-Recipes/FileFinderCore.test.recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
Description: Test FileFinder Core Processor
Identifier: com.github.jgstew.test.FileFinder
Identifier: com.github.jgstew.test.FileFinderCore
Input:
NAME: FileFinderTest
MinimumVersion: "2.3"
Process:
- Processor: com.github.jgstew.SharedProcessors/FileTouch
Arguments:
pathname: "%RECIPE_CACHE_DIR%/test1.txt"
- Processor: FileFinder
Arguments:
# path_array: ["/Program Files/7-Zip/7z.exe", "/usr/local/bin/7z", "/opt/homebrew/bin/7z"]
pattern: "/Program Files*/7-Zip/7z.exe"
pattern: "%RECIPE_CACHE_DIR%/test*.txt"
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ hachoir
icoextract
jsonpath_ng
looseversion
olefile
pefile
Pillow
pre-commit
python-magic
python-magic-bin
signify
validate_bes_xml

0 comments on commit d948230

Please sign in to comment.