From 7d2a4814019816da969ce2269ec8684024f4a88a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 4 Jan 2013 17:56:49 +0100 Subject: 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. --- test/autobahn_SUITE_data/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/autobahn_SUITE_data/test.py') 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 -- cgit v1.2.3