]> Git Repo - qemu.git/commit
tests/vm: Remove shebang header
authorPhilippe Mathieu-Daudé <[email protected]>
Thu, 30 Jan 2020 16:32:29 +0000 (17:32 +0100)
committerPhilippe Mathieu-Daudé <[email protected]>
Fri, 7 Feb 2020 14:12:48 +0000 (15:12 +0100)
commit629d5edfaa92a145a3f7df34bd30612f0ada9ef5
tree939927963f1b77d4ade31828762446054aec443a
parent273954e78284aa394b9920a4cf5a19f036616154
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 <[email protected]>
Suggested-by: Stefan Hajnoczi <[email protected]>
Acked-by: Stefan Hajnoczi <[email protected]>
Acked-by: Paolo Bonzini <[email protected]>
Message-Id: <20200130163232[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
tests/vm/basevm.py [changed mode: 0755->0644]
This page took 0.0257 seconds and 4 git commands to generate.