aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/kunit
diff options
context:
space:
mode:
authorBrendan Higgins <brendanhiggins@google.com>2020-11-05 15:24:40 -0800
committerShuah Khan <skhan@linuxfoundation.org>2020-11-10 12:59:01 -0700
commitc335b4f1f65012713832d988ec06512c7bda5c04 (patch)
tree8935b135643a9635c4da7b5759a7a00ac353b183 /tools/testing/kunit
parentkunit: tools: fix kunit_tool tests for parsing test plans (diff)
downloadwireguard-linux-c335b4f1f65012713832d988ec06512c7bda5c04.tar.xz
wireguard-linux-c335b4f1f65012713832d988ec06512c7bda5c04.zip
kunit: tool: unmark test_data as binary blobs
The tools/testing/kunit/test_data/ directory was marked as binary because some of the test_data files cause checkpatch warnings. Fix this by dropping the .gitattributes file. Fixes: afc63da64f1e ("kunit: kunit_parser: make parser more robust") Signed-off-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/kunit')
-rw-r--r--tools/testing/kunit/.gitattributes1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/kunit/.gitattributes b/tools/testing/kunit/.gitattributes
deleted file mode 100644
index 5b7da1fc3b8f..000000000000
--- a/tools/testing/kunit/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@
-test_data/* binary