Loading build-py-project-and-run-examples.sh +3 −2 Original line number Diff line number Diff line Loading @@ -5,9 +5,10 @@ set -e curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project.sh source build-py-project.sh for i in $(find examples -name '*.py' -exec grep -q __main__ '{}' \; -print ); do cd examples for i in $(find . -name '*.py' -exec grep -q __main__ '{}' \; -print ); do echo "-----------------------------------------------------------------------" echo "RUNNING $i" echo "-----------------------------------------------------------------------" ${PY_EXE} "$i$" ${PY_EXE} "$i" done Loading
build-py-project-and-run-examples.sh +3 −2 Original line number Diff line number Diff line Loading @@ -5,9 +5,10 @@ set -e curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project.sh source build-py-project.sh for i in $(find examples -name '*.py' -exec grep -q __main__ '{}' \; -print ); do cd examples for i in $(find . -name '*.py' -exec grep -q __main__ '{}' \; -print ); do echo "-----------------------------------------------------------------------" echo "RUNNING $i" echo "-----------------------------------------------------------------------" ${PY_EXE} "$i$" ${PY_EXE} "$i" done