Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testTarDoNotPreserveFileTimestamps (0.88 seconds)

  1. build-tools-internal/src/integTest/java/org/elasticsearch/gradle/internal/SymbolicLinkPreservingTarIT.java

        }
    
        public void testTar() throws IOException {
            runBuild("buildTar", true);
            assertTar("", fis -> fis, true);
        }
    
        public void testTarDoNotPreserveFileTimestamps() throws IOException {
            runBuild("buildTar", false);
            assertTar("", fis -> fis, false);
        }
    
        interface FileInputStreamWrapper {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 6.6K bytes
    - Click Count (0)
Back to Top