git @ Cat's Eye Technologies Xoomonk / master
Fix bug in test driver script that would select the wrong Python. Chris Pressey 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
44 APPLIANCES="$APPLIANCES tests/appliances/xoomonk.py2.md"
55 fi
66 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"
88 fi
99
1010 if [ "x$APPLIANCES" = "x" ]; then