Sfoglia il codice sorgente

Added shebang to test runner.

Taddeus Kroes 14 anni fa
parent
commit
36ef7967a0
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      test.py

+ 2 - 0
test.py

@@ -1,3 +1,5 @@
+#!/usr/bin/python
 from testrunner import main
 import sys
+
 main(sys.argv[1:])