mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
tests/qemu-iotests/check: Only check for Python 3 interpreter
All the iotests Python scripts have been converted to search for the Python 3 interpreter. Update the ./check script accordingly. Acked-by: Stefan Hajnoczi <stefanha@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20200130163232.10446-13-philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
parent
d2cdbd54db
commit
351aa2706e
1 changed files with 1 additions and 2 deletions
|
@ -846,8 +846,7 @@ do
|
||||||
|
|
||||||
start=$(_wallclock)
|
start=$(_wallclock)
|
||||||
|
|
||||||
if [ "$(head -n 1 "$source_iotests/$seq" | sed 's/3$//')" \
|
if [ "$(head -n 1 "$source_iotests/$seq")" == "#!/usr/bin/env python3" ]; then
|
||||||
== "#!/usr/bin/env python" ]; then
|
|
||||||
if $python_usable; then
|
if $python_usable; then
|
||||||
run_command="$PYTHON $seq"
|
run_command="$PYTHON $seq"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue