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