diff options
-rw-r--r-- | tests/user-qemu.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/user-qemu.mk b/tests/user-qemu.mk index c658ca21..8a25bc41 100644 --- a/tests/user-qemu.mk +++ b/tests/user-qemu.mk @@ -201,7 +201,7 @@ tests/test-%: tests/test-%.iso $(srcdir)/tests/run-qemu.sh.template chmod +x $@ clean-test-%: - rm -f tests/test-$*.iso tests/module-$* tests/test-$** + rm -f tests/test-$* tests/test-$*.iso tests/test-$*.log tests/test-$*.raw tests/test-$*.trs tests/module-$* USER_TESTS := \ |