Changeset 8294


Ignore:
Timestamp:
Jan 11, 2012, 10:22:04 AM (13 years ago)
Author:
davies
Message:

Small edits to get run_compile_test_all.py working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/run_compile_test_all.py

    r8218 r8294  
    22import os, sys
    33
     4
     5buildroot = os.getcwd()
    46execfile('compile_all.py')
    57
    6 buildroot = os.getcwd()
    7 
     8os.chdir(buildroot)
     9print 'Buildroot is ', buildroot
    810os.chdir('source')
    911os.chdir('anuga')
Note: See TracChangeset for help on using the changeset viewer.