Apply section heads to test output for clarity.

This also removes a test setup command that added an uploads directory.
It's no longer necessary.
This commit is contained in:
dandds
2019-09-25 10:36:49 -04:00
parent 8d7c7a0d6e
commit 6c22d5a524
4 changed files with 28 additions and 7 deletions

View File

@@ -40,4 +40,5 @@ def main(arg):
if __name__ == "__main__":
arg = sys.argv[1] if len(sys.argv) > 1 else None
print("Finished scanning for secrets")
sys.exit(main(arg))