Skip to content

Commit e9b2d11

Browse files
committed
[squash] no +x
1 parent 1860972 commit e9b2d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test-ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
cd `dirname $0`/.. > /dev/null
3-
if [ -z "${PYTHON+x}" ]; then export PYTHON=`which python`; fi
3+
if [ -z "${PYTHON}" ]; then export PYTHON=`which python`; fi
44
"${PYTHON}" tools/test.py -J --mode=release $*
55
exit $?

0 commit comments

Comments
 (0)