Changeset 5017


Ignore:
Timestamp:
Feb 8, 2008, 5:50:17 PM (16 years ago)
Author:
ole
Message:

Disabled IP checking in test_all.py after having verified that it works on Windows. Will enable after we have added some more license files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/test_all.py

    r5016 r5017  
    1414
    1515
     16# Temporary bail out
     17import sys; sys.exit()
     18
    1619
    1720#---------------------------
     
    1922#---------------------------
    2023
    21 #-----------------------------------------------------
    2224# Create temporary area for svn to export source files
    23 #-----------------------------------------------------
    2425temp_dir = mktemp()
    2526
     
    2829
    2930
    30 #--------------------------------
    3131# Get the ANUGA core source files
    32 #--------------------------------
    3332s = 'svn export . %s%sanuga' %(temp_dir, os.sep)
    3433print s
    3534os.system(s)
    36 
    37 
    3835
    3936print 'Verifying data IP'
Note: See TracChangeset for help on using the changeset viewer.