From 69849ceb5944172abcc0cef976fc21ebe07ab5e1 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 23 Aug 2010 15:36:04 +0000 Subject: Re #1111 (more on automated tests): another fix on run_continuous.py git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3291 74dad513-b988-da41-8d7b-12977e46ad98 --- tests/automated/run_continuous.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/automated/run_continuous.py b/tests/automated/run_continuous.py index 85428374..c26d8687 100755 --- a/tests/automated/run_continuous.py +++ b/tests/automated/run_continuous.py @@ -63,7 +63,7 @@ if __name__ == "__main__": if not os.path.exists(scenario): print "Error: file " + scenario + " does not exist" sys.exit(1) - scenario.append(scenario) + scenarios.append(scenario) print "Scenario %s added" % (scenario) i = i + 1 -- cgit v1.2.3