xemu/tests/vm
Philippe Mathieu-Daudé 629d5edfaa tests/vm: Remove shebang header
Patch created mechanically by running:

  $ chmod 644 $(git grep -lF '#!/usr/bin/env python' \
      | xargs grep -L 'if __name__.*__main__')
  $ sed -i "/^#\!\/usr\/bin\/\(env\ \)\?python.\?$/d" \
      $(git grep -lF '#!/usr/bin/env python' \
      | xargs grep -L 'if __name__.*__main__')

Reported-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Suggested-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20200130163232.10446-10-philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
2020-02-07 15:12:48 +01:00
..
Makefile.include tests/vm: Allow to set qemu-img path 2019-12-18 20:17:33 +00:00
README docs: Add docs/devel/testing.rst 2018-02-08 09:23:07 +08:00
basevm.py tests/vm: Remove shebang header 2020-02-07 15:12:48 +01:00
centos tests: Explicit usage of Python 3 2020-02-07 15:12:48 +01:00
fedora tests: Explicit usage of Python 3 2020-02-07 15:12:48 +01:00
freebsd tests: Explicit usage of Python 3 2020-02-07 15:12:48 +01:00
netbsd tests: Explicit usage of Python 3 2020-02-07 15:12:48 +01:00
openbsd tests: Explicit usage of Python 3 2020-02-07 15:12:48 +01:00
ubuntu.i386 tests: Explicit usage of Python 3 2020-02-07 15:12:48 +01:00

README

See docs/devel/testing.rst for help.