Skip to content

Instantly share code, notes, and snippets.

@yardbirdsax
Created July 27, 2021 20:39
Show Gist options
  • Save yardbirdsax/d100e41736f641788c78fb8af72988f5 to your computer and use it in GitHub Desktop.
Save yardbirdsax/d100e41736f641788c78fb8af72988f5 to your computer and use it in GitHub Desktop.
terratest-962-tests
=== RUN TestFileExists
=== PAUSE TestFileExists
=== RUN TestIsExistingFile
=== PAUSE TestIsExistingFile
=== RUN TestIsExistingDir
=== PAUSE TestIsExistingDir
=== RUN TestCopyFolderToTemp
=== PAUSE TestCopyFolderToTemp
=== RUN TestCopyFolderContents
=== PAUSE TestCopyFolderContents
=== RUN TestCopyFolderContentsWithHiddenFilesFilter
=== PAUSE TestCopyFolderContentsWithHiddenFilesFilter
=== RUN TestCopyFolderContentsWithSymLinks
=== PAUSE TestCopyFolderContentsWithSymLinks
=== RUN TestCopyFolderContentsWithBrokenSymLinks
=== PAUSE TestCopyFolderContentsWithBrokenSymLinks
=== RUN TestCopyTerraformFolderToTemp
=== PAUSE TestCopyTerraformFolderToTemp
=== RUN TestCopyTerragruntFolderToTemp
=== PAUSE TestCopyTerragruntFolderToTemp
=== CONT TestFileExists
=== CONT TestCopyFolderContentsWithSymLinks
--- PASS: TestFileExists (0.00s)
=== CONT TestCopyFolderContentsWithHiddenFilesFilter
=== CONT TestCopyTerragruntFolderToTemp
=== CONT TestCopyTerraformFolderToTemp
=== CONT TestCopyFolderContents
=== CONT TestIsExistingDir
=== CONT TestCopyFolderContentsWithBrokenSymLinks
=== CONT TestIsExistingFile
--- PASS: TestIsExistingDir (0.00s)
--- PASS: TestIsExistingFile (0.00s)
=== CONT TestCopyFolderToTemp
--- PASS: TestCopyFolderToTemp (0.00s)
Test completed without error, however due to a limitation in GNU diff < 3.3.0, directories have not been compared for equivalency.
--- PASS: TestCopyFolderContentsWithBrokenSymLinks (0.01s)
--- PASS: TestCopyTerragruntFolderToTemp (0.01s)
--- PASS: TestCopyFolderContentsWithHiddenFilesFilter (0.01s)
--- PASS: TestCopyFolderContentsWithSymLinks (0.01s)
--- PASS: TestCopyTerraformFolderToTemp (0.01s)
--- PASS: TestCopyFolderContents (0.01s)
PASS
ok github.com/gruntwork-io/terratest/modules/files (cached)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment