diff --git a/test/data/repos/errors/archive-no-tag.json b/test/data/repos/errors/archive-no-tag.json new file mode 100644 index 0000000..a59a9f0 --- /dev/null +++ b/test/data/repos/errors/archive-no-tag.json @@ -0,0 +1,4 @@ +{ + "type": "NoTagError", + "message": "`git describe --long --dirty --always '--exclude=v*'` could not find a tag" +} diff --git a/test/data/repos/errors/archive-no-tag.marks b/test/data/repos/errors/archive-no-tag.marks new file mode 100644 index 0000000..40e6dd3 --- /dev/null +++ b/test/data/repos/errors/archive-no-tag.marks @@ -0,0 +1 @@ +describe_exclude diff --git a/test/data/repos/errors/archive-no-tag.zip b/test/data/repos/errors/archive-no-tag.zip new file mode 100644 index 0000000..85e135f Binary files /dev/null and b/test/data/repos/errors/archive-no-tag.zip differ