[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] Various test fixes proposed by Thomas Schmitt
From: |
Glenn Washburn |
Subject: |
[PATCH 0/4] Various test fixes proposed by Thomas Schmitt |
Date: |
Mon, 23 Sep 2024 00:53:18 -0500 |
Thomas Schmitt proposed variations on these fixes[1]. I've broken his
patch into several patches with improvements.
Glenn
[1] https://lore.kernel.org/all/9956308756800479343@scdbackup.webframe.org/
Glenn Washburn (4):
tests/util/grub-shell-luks-tester: Add missing line to create RET
variable in cleanup
tests: Cleaup the cryptsetup script in grub_cmd_cryptomount unless
debug is enabled
tests: Default TMPDIR to /tmp in grub_cmd_cryptomount tests
tests/util/grub-shell: Remove the work directory on successful run and
debug is not on
tests/grub_cmd_cryptomount.in | 8 ++++++--
tests/util/grub-shell-luks-tester.in | 1 +
tests/util/grub-shell.in | 1 +
3 files changed, 8 insertions(+), 2 deletions(-)
--
2.34.1
- [PATCH 0/4] Various test fixes proposed by Thomas Schmitt,
Glenn Washburn <=
- [PATCH 1/4] tests/util/grub-shell-luks-tester: Add missing line to create RET variable in cleanup, Glenn Washburn, 2024/09/23
- [PATCH 2/4] tests: Cleaup the cryptsetup script in grub_cmd_cryptomount unless debug is enabled, Glenn Washburn, 2024/09/23
- [PATCH 3/4] tests: Default TMPDIR to /tmp in grub_cmd_cryptomount tests, Glenn Washburn, 2024/09/23
- [PATCH 4/4] tests/util/grub-shell: Remove the work directory on successful run and debug is not on, Glenn Washburn, 2024/09/23
- Re: [PATCH 0/4] Various test fixes proposed by Thomas Schmitt, Thomas Schmitt, 2024/09/23