This commit is contained in:
Duke Leto
2019-12-24 07:36:15 -05:00
parent 727a4961d7
commit 1c5e3e71b8
3 changed files with 11 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
#!/usr/bin/env python2
# Copyright (c) 2019-2020 The Hush developers
# Released under the GPLv3
#
# Execute all of the automated tests related to Zcash.
# Execute all of the automated tests related to Hush
#
import argparse
@@ -198,4 +200,4 @@ def main():
sys.exit(1)
if __name__ == '__main__':
main()
main()