diff options
author | Mike Frysinger <vapier@google.com> | 2019-06-12 17:42:43 -0400 |
---|---|---|
committer | David Pursehouse <dpursehouse@collab.net> | 2019-07-11 04:34:08 +0000 |
commit | 4f42a9706715c9c5add46632343f7108aabcd530 (patch) | |
tree | 24bfce2b7a4ec06e31aae95f36d03d0b7c2a9e96 /tests | |
parent | 2b7daff8cb0bb6a0836ca0cbc18f7f86b5eb0c86 (diff) | |
download | git-repo-4f42a9706715c9c5add46632343f7108aabcd530.tar.gz |
run_tests: add a helper for invoking unittests
This makes it very easy for people to run all our unittests with just
`./run_tests`. There doesn't seem to be any other way currently to
quickly invoke any of the tests.
Change-Id: I1f9a3745fa397a1e797bd64065c2ba7f338de4a1
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/227613
Tested-by: David Pursehouse <dpursehouse@collab.net>
Reviewed-by: David Pursehouse <dpursehouse@collab.net>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fixtures/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fixtures/.gitignore b/tests/fixtures/.gitignore new file mode 100644 index 00000000..7b3d2db9 --- /dev/null +++ b/tests/fixtures/.gitignore | |||
@@ -0,0 +1,2 @@ | |||
1 | /.repo_not.present.gitconfig.json | ||
2 | /.repo_test.gitconfig.json | ||