Skip to content

Instantly share code, notes, and snippets.

@jbalogh
Created January 19, 2010 21:05
Show Gist options
  • Select an option

  • Save jbalogh/281294 to your computer and use it in GitHub Desktop.

Select an option

Save jbalogh/281294 to your computer and use it in GitHub Desktop.
Use `git bisect run` to figure out where you broke it.
cat <<EOF>runtests.sh
#!/bin/sh
python manage.py test --noinput --logging-clear-handlers
EOF
chmod +x runtests.sh
git bisect start
git bisect good master
git bisect bad
git bisect run runtests.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment