aboutsummaryrefslogtreecommitdiffstats
path: root/test/autobahn_SUITE_data
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-01-04 17:56:49 +0100
committerLoïc Hoguin <[email protected]>2013-01-04 17:56:49 +0100
commit7d2a4814019816da969ce2269ec8684024f4a88a (patch)
treeba3d40d599d8905e54185f6083bef67d7222ff9a /test/autobahn_SUITE_data
parent54063de2ff0beda7a18058063360f4b5b6dcf6e5 (diff)
downloadcowboy-7d2a4814019816da969ce2269ec8684024f4a88a.tar.gz
cowboy-7d2a4814019816da969ce2269ec8684024f4a88a.tar.bz2
cowboy-7d2a4814019816da969ce2269ec8684024f4a88a.zip
Use ct_run instead of rebar ct for running ct tests
Small tweak to the autobahn test file, we look for the python2 executable now. It'll make my life easier.
Diffstat (limited to 'test/autobahn_SUITE_data')
-rwxr-xr-xtest/autobahn_SUITE_data/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/autobahn_SUITE_data/test.py b/test/autobahn_SUITE_data/test.py
index c528c64..3cc5794 100755
--- a/test/autobahn_SUITE_data/test.py
+++ b/test/autobahn_SUITE_data/test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
import os
import os.path
import sys