]> git.proxmox.com Git - mirror_ovs.git/commit
json.at: Avoid to run $PYTHON when python is not available
authorTimothy Redaelli <tredaelli@redhat.com>
Fri, 6 Apr 2018 18:08:24 +0000 (20:08 +0200)
committerBen Pfaff <blp@ovn.org>
Fri, 6 Apr 2018 19:58:12 +0000 (12:58 -0700)
commita045e4b03d7603572ae0d503762c52dc40bf6f23
treebcf2d8bd7d7ebd682b6320a9d1180b669c3d06c7
parent098ab9f14553161cec6146bec918513cea9a1933
json.at: Avoid to run $PYTHON when python is not available

This commit is needed since autotest tries to run AT_XFAIL_IF when
AT_SKIP_IF condition is true too.

Currently HAVE_PYTHON is required, but this may change in the future
since many distributions are migrating to python3 as default python
(like Arch Linux or Fedora) and so it can be a good idea to permit to
build OVS using python3.

Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
tests/json.at