Skip to content

Commit

Permalink
app-forensics/volatility3: use canonical function definition style
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Dec 16, 2022
1 parent aff32e1 commit dd2fcdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app-forensics/volatility3/volatility3-2.4.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ REQUIRED_USE="test? ( yara )"

RESTRICT="!test? ( test )"

python_test()
{
python_test() {
# see .github/workflows/test.yaml
"${EPYTHON}" "${S}/test/test_volatility.py" --volatility=vol.py \
--image "${WORKDIR}/${PN}-win-xp-laptop-2005-06-25.img" -k test_windows -v || \
Expand Down

0 comments on commit dd2fcdf

Please sign in to comment.