Ignore:
Timestamp:
Jun 19, 2009, 1:52:24 PM (15 years ago)
Author:
rwilson
Message:

Removed references to machines_* files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy_misc/tools/acceptance_tests/test_all.py

    r7054 r7230  
    4444        sys.exit(10)
    4545
    46     # copy machines_<name> files from here to ~
    47     home = os.getenv('HOME')
    48     if not home:
    49         util.log_print_nl(logfile, "Sorry, you don't have the 'HOME' environment variable set.")
    50         sys.exit(10)
    51     machine_file = 'machines_%s' % hostname
    52     shutil.copyfile(machine_file, os.path.join(home, '.'+machine_file))
     46##    # copy machines_<name> files from here to ~
     47##    home = os.getenv('HOME')
     48##    if not home:
     49##        util.log_print_nl(logfile, "Sorry, you don't have the 'HOME' environment variable set.")
     50##        sys.exit(10)
     51##    machine_file = 'machines_%s' % hostname
     52##    shutil.copyfile(machine_file, os.path.join(home, '.'+machine_file))
    5353
    5454    # make sure environment variables are set
Note: See TracChangeset for help on using the changeset viewer.