Skip to content

Commit

Permalink
Move testdata to pgaskin/kobopatch-testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Jul 17, 2021
1 parent c31c156 commit ccd1f35
Show file tree
Hide file tree
Showing 35 changed files with 10 additions and 6 deletions.
9 changes: 8 additions & 1 deletion .drone.star
Expand Up @@ -38,6 +38,13 @@ pipeline = [{
"kind": "pipeline",
"name": "test",
"steps": [{
"name": "testdata",
"image": "golang:1.13-buster",
"commands": [
"git fetch --depth=1 https://github.com/pgaskin/kobopatch-testdata v1",
"git worktree add testdata FETCH_HEAD",
],
}, {
"name": "kobopatch",
"image": "debian:buster",
"commands": [
Expand All @@ -57,7 +64,7 @@ pipeline = [{
"name": version,
"image": "debian:buster",
"commands": ["./scripts/testscript -kpbin ./kobopatch %s" % version],
"depends_on": ["kobopatch", "build"],
"depends_on": ["kobopatch", "build", "testdata"],
} for version in versions],
}, {
"kind": "pipeline",
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,2 +1,3 @@
/build
/dl
/dl
/testdata
Binary file removed testdata/4.10.11591.tar.xz
Binary file not shown.
Binary file removed testdata/4.10.11655.tar.xz
Binary file not shown.
Binary file removed testdata/4.11.11911.tar.xz
Binary file not shown.
Binary file removed testdata/4.11.11976.tar.xz
Binary file not shown.
Binary file removed testdata/4.11.11980.tar.xz
Binary file not shown.
Binary file removed testdata/4.11.11982.tar.xz
Binary file not shown.
Binary file removed testdata/4.11.12019.tar.xz
Binary file not shown.
Binary file removed testdata/4.12.12111.tar.xz
Binary file not shown.
Binary file removed testdata/4.13.12638.tar.xz
Binary file not shown.
Binary file removed testdata/4.14.12777.tar.xz
Binary file not shown.
Binary file removed testdata/4.15.12920.tar.xz
Binary file not shown.
Binary file removed testdata/4.16.13162.tar.xz
Binary file not shown.
Binary file removed testdata/4.16.13337.tar.xz
Binary file not shown.
Binary file removed testdata/4.17.13651.tar.xz
Binary file not shown.
Binary file removed testdata/4.17.13694.tar.xz
Binary file not shown.
Binary file removed testdata/4.18.13737.tar.xz
Binary file not shown.
Binary file removed testdata/4.19.14123.tar.xz
Binary file not shown.
Binary file removed testdata/4.20.14601.tar.xz
Binary file not shown.
Binary file removed testdata/4.20.14617.tar.xz
Binary file not shown.
Binary file removed testdata/4.20.14622.tar.xz
Binary file not shown.
Binary file removed testdata/4.21.15015.tar.xz
Binary file not shown.
Binary file removed testdata/4.22.15190.tar.xz
Binary file not shown.
Binary file removed testdata/4.22.15268.tar.xz
Binary file not shown.
Binary file removed testdata/4.23.15505.tar.xz
Binary file not shown.
Binary file removed testdata/4.23.15548.tar.xz
Binary file not shown.
Binary file removed testdata/4.24.15672.tar.xz
Binary file not shown.
Binary file removed testdata/4.24.15676.tar.xz
Binary file not shown.
Binary file removed testdata/4.25.15875.tar.xz
Binary file not shown.
Binary file removed testdata/4.26.16704.tar.xz
Binary file not shown.
Binary file removed testdata/4.28.17623.tar.xz
Binary file not shown.
Binary file removed testdata/4.9.11311.tar.xz
Binary file not shown.
Binary file removed testdata/4.9.11314.tar.xz
Binary file not shown.
4 changes: 0 additions & 4 deletions testdata/about.txt

This file was deleted.

0 comments on commit ccd1f35

Please sign in to comment.