Skip to content

Commit

Permalink
[squash] wrap strings
Browse files Browse the repository at this point in the history
  • Loading branch information
refack committed May 6, 2017
1 parent f666543 commit 1860972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
${PYTHON} tools/test.py -J --mode=release $*
if [ -z "${PYTHON+x}" ]; then export PYTHON=`which python`; fi
"${PYTHON}" tools/test.py -J --mode=release $*
exit $?

0 comments on commit 1860972

Please sign in to comment.