summaryrefslogtreecommitdiff
path: root/tests/raw-multiple-files.stdout
diff options
context:
space:
mode:
authorChris Shepherd <shprdchris@gmail.com>2022-03-22 12:26:33 +0000
committerChris Shepherd <chris.shepherd@codethink.co.uk>2022-03-29 16:47:21 +0100
commit3bc2fb37ff72a35dfb75baae41004fe9bd616f12 (patch)
tree15842a171f5a1be5c87715eb882bf7e53e1b4b66 /tests/raw-multiple-files.stdout
parenta622d5fce1ad63aa0d350323b525a440860ab400 (diff)
downloadlorry-3bc2fb37ff72a35dfb75baae41004fe9bd616f12.tar.gz
Add CI testing for raw files
Created two tests for the creation of appropriate local git repos from folders of raw files. 1. One raw file. Verify that the desired form of the .lorry file creates a corresponding git repo with the correct relative paths. 2. Multiple raw files. Verify all the above, plus the additon of all raw files and the updating of the realtive paths upon changes of the .lorry file.
Diffstat (limited to 'tests/raw-multiple-files.stdout')
-rw-r--r--tests/raw-multiple-files.stdout14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/raw-multiple-files.stdout b/tests/raw-multiple-files.stdout
new file mode 100644
index 0000000..1a55aa5
--- /dev/null
+++ b/tests/raw-multiple-files.stdout
@@ -0,0 +1,14 @@
+.gitattributes
+subdir_one/test_1.txt
+subdir_one/test_2.txt
+subdir_two/test_3.txt
+.gitattributes
+subdir_one/test_1.txt
+subdir_one/test_2.txt
+test_3.txt
+Remove redundant file paths.
+import test_3.txt
+import test_3.txt
+import test_2.txt
+import test_1.txt
+Ensure LFS is configured