Skip to content

Commit

Permalink
fix makefile removal on testdb target
Browse files Browse the repository at this point in the history
  • Loading branch information
JudahNour committed Jun 20, 2023
1 parent 20f0c28 commit 6253f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ testdb: export DB_PATH=out/testdb/output2_sqlite_NoDBPATH.db
testdb: build
rm -f ./out/output.html
rm -f ./out/output2.html
rm -f ./out/output_sqlite_summary.db
rm -f ./out/output2_sqlite_summary.db
rm -f ./out/testdb/output_sqlite_summary.db
rm -f ./out/testdb/output2_sqlite_summary.db
.${BINARY} -name "KVM Linux" -repo "github.com/kubernetes/minikube/" -pr "6096" -in "testdata/minikube-logs.json" -out_html "./out/output.html" -out_summary out/output_summary.json -db_path out/testdb/output_sqlite_summary.db -details "0c07e808219403a7241ee5a0fc6a85a897594339"
.${BINARY} -name "KVM Linux" -repo "github.com/kubernetes/minikube/" -pr "6096" -in "testdata/Docker_Linux.json" -out_html "./out/output2.html" -out_summary out/output2_summary.json -db_path out/testdb/output2_sqlite_summary.db -details "0c07e808219403a7241ee5a0fc6a85a897594339"
.${BINARY} -name "KVM Linux" -repo "github.com/kubernetes/minikube/" -pr "6096" -in "testdata/Docker_Linux.json" -out_html "./out/output2NoDBPath.html" -details "0c07e808219403a7241ee5a0fc6a85a897594339"
Expand Down

0 comments on commit 6253f6f

Please sign in to comment.