From d32394f1b6c29a7febf5d3477e73a5caee0ee432 Mon Sep 17 00:00:00 2001 From: Jeff Bradberry Date: Wed, 17 Jul 2019 17:06:10 -0400 Subject: [PATCH] Update the `make clean` command to clear out the parallelized sqlite3 files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 495549741c..652ff2f971 100644 --- a/Makefile +++ b/Makefile @@ -101,7 +101,7 @@ clean: clean-ui clean-dist rm -rf awx/job_status rm -rf awx/job_output rm -rf reports - rm -f awx/awx_test.sqlite3 + rm -f awx/awx_test.sqlite3* rm -rf requirements/vendor rm -rf tmp rm -rf $(I18N_FLAG_FILE)