[asterisk-commits] dsessions: testsuite/bamboo/trunk r1446 - /bamboo/trunk/bin/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Mar 27 18:22:15 CDT 2011
Author: dsessions
Date: Sun Mar 27 18:22:12 2011
New Revision: 1446
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=1446
Log:
Change unit tests python script to call python from env instead of path.
Modified:
bamboo/trunk/bin/asterisk_scf_unit_tests.py
Modified: bamboo/trunk/bin/asterisk_scf_unit_tests.py
URL: http://svnview.digium.com/svn/testsuite/bamboo/trunk/bin/asterisk_scf_unit_tests.py?view=diff&rev=1446&r1=1445&r2=1446
==============================================================================
--- bamboo/trunk/bin/asterisk_scf_unit_tests.py (original)
+++ bamboo/trunk/bin/asterisk_scf_unit_tests.py Sun Mar 27 18:22:12 2011
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
import os, time, subprocess, sys, optparse
More information about the asterisk-commits
mailing list