mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-22 00:34:24 +01:00
Uninstall command (#66)
* Add do_uninstall function * uninstall f/ amass/aqua/go * uninstall functional on all tools * Add in missed fixes from rebase * solve permission issue * Removes un-needed vars from yaml * Resolves go test issues * adds framework for uninstall tests * Fixes uninstall tests for Go tools * Adds uninstall testing for luigi and improves uninstall * Adds uninstall testing for searchsploit * Update installation documentation
This commit is contained in:
@@ -37,4 +37,7 @@ def run_cmd(app, cmd):
|
||||
out = copy_cmd_stdout.getvalue()
|
||||
err = copy_stderr.getvalue()
|
||||
|
||||
print(out)
|
||||
print(err)
|
||||
|
||||
return normalize(out), normalize(err)
|
||||
|
||||
Reference in New Issue
Block a user