Fix bug in test driver script that would select the wrong Python.
Chris Pressey
3 years ago
| 4 | 4 |
APPLIANCES="$APPLIANCES tests/appliances/xoomonk.py2.md"
|
| 5 | 5 |
fi
|
| 6 | 6 |
if command -v python3 > /dev/null 2>&1; then
|
| 7 | |
APPLIANCES="$APPLIANCES tests/appliances/xoomonk.py2.md"
|
|
7 |
APPLIANCES="$APPLIANCES tests/appliances/xoomonk.py3.md"
|
| 8 | 8 |
fi
|
| 9 | 9 |
|
| 10 | 10 |
if [ "x$APPLIANCES" = "x" ]; then
|