Skip to content

Commit

Permalink
[squash] no +x
Browse files Browse the repository at this point in the history
  • Loading branch information
refack committed May 6, 2017
1 parent 1860972 commit e9b2d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test-ci.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
cd `dirname $0`/.. > /dev/null
if [ -z "${PYTHON+x}" ]; then export PYTHON=`which python`; fi
if [ -z "${PYTHON}" ]; then export PYTHON=`which python`; fi
"${PYTHON}" tools/test.py -J --mode=release $*
exit $?

0 comments on commit e9b2d11

Please sign in to comment.