Skip to content
  • Andrew Cooper's avatar
    tools/python: Drop test.py · 0cd791c4
    Andrew Cooper authored
    This file hasn't been touched since it was introduced in 2005 (c/s 0c6f3662
    
    )
    and has a wildly obsolete shebang for Python 2.3.  Most importantly for us is
    that it isn't Python 3 compatible.
    
    Drop the file entirely.  Since the 2.3 days, automatic discovery of tests has
    been included in standard functionality.  Rewrite the test rule to use
    "$(PYTHON) -m unittest discover" which is equivelent.
    
    Dropping test.py drops the only piece of ZPL-2.0 code in the tree.  Drop the
    ancillary files, and adjust COPYING to match.
    
    Signed-off-by: default avatarAndrew Cooper <andrew.cooper3@citrix.com>
    Acked-by: default avatarWei Liu <wl@xen.org>
    Reviewed-by: default avatarLars Kurth <lars.kurth@citrix.com>
    0cd791c4
This project is licensed under the GNU General Public License v2.0 or later. Learn more