summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-08-23 15:36:04 +0000
committerBenny Prijono <bennylp@teluu.com>2010-08-23 15:36:04 +0000
commit69849ceb5944172abcc0cef976fc21ebe07ab5e1 (patch)
tree2e4cd1e2fa4448bbc32492d65286b67b4bb5a7fd /tests
parentf335fd350688a499e455f3b93eea6f90ef236c64 (diff)
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
Diffstat (limited to 'tests')
-rwxr-xr-xtests/automated/run_continuous.py2
1 files changed, 1 insertions, 1 deletions
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