Changeset 3291 for pjproject


Ignore:
Timestamp:
Aug 23, 2010 3:36:04 PM (14 years ago)
Author:
bennylp
Message:

Re #1111 (more on automated tests): another fix on run_continuous.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/automated/run_continuous.py

    r3290 r3291  
    6464                                print "Error: file " + scenario + " does not exist" 
    6565                                sys.exit(1) 
    66                         scenario.append(scenario) 
     66                        scenarios.append(scenario) 
    6767                        print "Scenario %s added" % (scenario) 
    6868                i = i + 1 
Note: See TracChangeset for help on using the changeset viewer.