aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2020-12-18 10:37:56 -0800
committerGitHub <noreply@github.com>2020-12-18 10:37:56 -0800
commit2a1194c9391af6a7d74e7645152969b067dab23c (patch)
treecd95a1ba45fed458e0507c8b3de750e2b104d6ac /.gitignore
parent878612f603e2937d98e3833ae17229c09b4f51d7 (diff)
downloadoss-fuzz-2a1194c9391af6a7d74e7645152969b067dab23c.tar.gz
Improve CIFuzz tests (#4868)
1. Fix problem where permissions were being changed to root by non-root test (test was doing this by invoking test_all.py within docker). 2. Mark tests as integration tests so that cifuzz_test.py can be run in a reasonable amount of time. 3. Prevent some unittests from polluting source repo. 4. Add .venv to .gitignore 5. Rename test_test_all.py to the correctly formatted name "test_all_test.py"
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index df32e5f0f..4b4033e1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
*~
.DS_Store
*.swp
+.venv \ No newline at end of file