Skip to content

Commit

Permalink
added main to script
Browse files Browse the repository at this point in the history
  • Loading branch information
rajamatt committed Nov 4, 2022
1 parent 6af2f2b commit d726274
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions myscript.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
import os
os.system('git bisect start c1a4be04b972b6c17db242fc37752ad517c29402 e4cfc6f77ebbe2e23550ddab682316ab4ce1c03c')
os.system('git bisect run python manage.py test')

def bisect():
os.system('git bisect start c1a4be04b972b6c17db242fc37752ad517c29402 e4cfc6f77ebbe2e23550ddab682316ab4ce1c03c')
os.system('git bisect run python manage.py test')

if __name__ == '__main__':
bisect()

0 comments on commit d726274

Please sign in to comment.