We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1860972 commit e9b2d11Copy full SHA for e9b2d11
tools/test-ci.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
cd `dirname $0`/.. > /dev/null
3
-if [ -z "${PYTHON+x}" ]; then export PYTHON=`which python`; fi
+if [ -z "${PYTHON}" ]; then export PYTHON=`which python`; fi
4
"${PYTHON}" tools/test.py -J --mode=release $*
5
exit $?
0 commit comments