updated check_pytools.sh

pull/2/head
Hari Sekhon 7 years ago
parent 9aef15b876
commit e93dc13e39

@ -28,6 +28,8 @@ fi
section "PyTools Checks"
start_time="$(start_timer)"
skip_checks=0
if [ "$PROJECT" = "pytools" ]; then
echo "detected running in pytools repo, skipping checks here as will be called in bash-tools/all.sh..."
@ -47,8 +49,6 @@ fi
export PATH="$PATH:$srcdir/pytools_checks:$srcdir/../pytools"
start_time="$(start_timer)"
echo -n "running on branch: "
git branch | grep ^*
echo

Loading…
Cancel
Save