Browse Source

Added shebang to the test run file

pull/309/head
Armin Ronacher 14 years ago
parent
commit
c0f42a0978
  1. 1
      run-tests.py

1
run-tests.py

@ -1,2 +1,3 @@
#!/usr/bin/env python
from flask.testsuite import main
main()

Loading…
Cancel
Save