From 4f42a9706715c9c5add46632343f7108aabcd530 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 12 Jun 2019 17:42:43 -0400 Subject: 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 Reviewed-by: David Pursehouse --- tests/fixtures/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/fixtures/.gitignore (limited to 'tests') 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 @@ +/.repo_not.present.gitconfig.json +/.repo_test.gitconfig.json -- cgit v1.2.3-54-g00ecf