Skip to content

Commit fe9206f

Browse files
committed
Fix typo and add performance generated files to make clean
1 parent 120cfe6 commit fe9206f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ clean: ## Remove all temporary files, packaging artifacts and docs
393393
rm -f .coverage tags
394394
rm -rf examples/convert/{main.fmf,test.md,Manual} Manual
395395
rm -f tests/full/repo_copy.tgz
396+
rm -rf .profile_common_commands .profile_synthetic_runs tests/performance/synthetic
396397

397398
clean/images: ## Remove tmt images
398399
for image in $(TMT_DISTRO_CONTAINER_IMAGES); do \

tests/performance/templates/plan.fmf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ execute:
77
summary: Synthetic true performance plan
88

99
/write:
10-
summary: Synthetic write performance test
10+
summary: Synthetic write performance plan
1111
context:
1212
type: write

0 commit comments

Comments
 (0)