diff options
author | Steven Knight <knight@baldmt.com> | 2002-07-30 01:59:06 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-07-30 01:59:06 (GMT) |
commit | 855895b97fa7f9d67dfcc41140efbe55bf98f291 (patch) | |
tree | bbdd679dc50dc6fb1cfcdc6f843f9738db98b081 /test/Repository/multi-dir.py | |
parent | 7b142dbd32c3673ae57bda1fea98a8d8e3f7d0e5 (diff) | |
download | SCons-855895b97fa7f9d67dfcc41140efbe55bf98f291.zip SCons-855895b97fa7f9d67dfcc41140efbe55bf98f291.tar.gz SCons-855895b97fa7f9d67dfcc41140efbe55bf98f291.tar.bz2 |
Add more Repository tests (and clean up multi-dir.py).
Diffstat (limited to 'test/Repository/multi-dir.py')
-rw-r--r-- | test/Repository/multi-dir.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Repository/multi-dir.py b/test/Repository/multi-dir.py index a588814..fb8c0e6 100644 --- a/test/Repository/multi-dir.py +++ b/test/Repository/multi-dir.py @@ -95,7 +95,7 @@ repository/src/main.c """) # Double-check that the Repository is up-to-date. -#test.up_to_date(chdir = 'repository', arguments = ".") +test.up_to_date(chdir = 'repository', arguments = ".") # Make the repository non-writable, # so we'll detect if we try to write into it accidentally. @@ -143,4 +143,3 @@ repository/src/main.c # test.pass_test() -__END__ |