Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/settings.py

    rdcfedca ra8d4b59  
    44from . import tools
    55
    6 global original_path
    7 
    86try :
    9         original_path = os.getcwd()
    107        testpath = os.path.dirname(os.path.abspath(os.path.join(os.getcwd(), sys.argv[0])))
    118        sys.path.append(testpath)
     
    116113        global timeout
    117114        global output_width
    118         global archive
    119115
    120116        dry_run      = options.dry_run
     
    126122        timeout      = Timeouts(options.timeout, options.global_timeout)
    127123        output_width = 24
    128         archive      = os.path.abspath(os.path.join(original_path, options.archive_errors)) if options.archive_errors else None
    129124
    130125
Note: See TracChangeset for help on using the changeset viewer.