diff options
Diffstat (limited to 'bin/runtest')
-rwxr-xr-x | bin/runtest | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/bin/runtest b/bin/runtest index 6194348..39b89c2 100755 --- a/bin/runtest +++ b/bin/runtest @@ -444,17 +444,6 @@ SNAPTEST_CONFIG() } -# Flush the AFS files if applicable. -# Hopefully the flushing is done when the tests of this -# host are done rather than when the launching site try -# to pull them in at the same time. This way, the afs -# server updates are spread out. -FLUSH_FILES() -{ - /usr/afsws/bin/fs flush $SNAPYARD -} - - # Show usage page USAGE() { @@ -751,8 +740,6 @@ done # dec n_test to show the actual number of tests ran. n_test=`expr $n_test - 1` -FLUSH_FILES - PRINT_TRAILER # disable trailer summary printing since all trailers have been |