diff mbox series

sreset_world: re-enable the non-stb build

Message ID 20180504071835.14420-1-joel@jms.id.au
State Accepted
Headers show
Series sreset_world: re-enable the non-stb build | expand

Commit Message

Joel Stanley May 4, 2018, 7:18 a.m. UTC
This breaks the test when you don't have the SKIBOOT_ENABLE_MAMBO_STB
flag set, as the binary is removed as an intermediate artefact (I
suspect) when building the sreset_world.stb binary.

Fixes: 1ddf7e51936f ("Mambo: run hello_world and sreset_world tests with Secure and Trusted Boot")
Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 test/sreset_world/Makefile.check | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stewart Smith May 6, 2018, 5:14 p.m. UTC | #1
Joel Stanley <joel@jms.id.au> writes:
> This breaks the test when you don't have the SKIBOOT_ENABLE_MAMBO_STB
> flag set, as the binary is removed as an intermediate artefact (I
> suspect) when building the sreset_world.stb binary.
>
> Fixes: 1ddf7e51936f ("Mambo: run hello_world and sreset_world tests with Secure and Trusted Boot")
> Signed-off-by: Joel Stanley <joel@jms.id.au>

It turns out my fingers are fat. cheers, merged to master as of 
7a8214eeb1c5beacb2f780e419d60afa7b65b844
diff mbox series

Patch

diff --git a/test/sreset_world/Makefile.check b/test/sreset_world/Makefile.check
index 289af8dd17fb..1bd7b4071f5e 100644
--- a/test/sreset_world/Makefile.check
+++ b/test/sreset_world/Makefile.check
@@ -1,4 +1,4 @@ 
-SRESET_WORLD_TEST := test/sreset_world/sreset_kernel/sreset_kernel.stb
+SRESET_WORLD_TEST := test/sreset_world/sreset_kernel/sreset_kernel
 SRESET_WORLD_STB_TEST := test/sreset_world/sreset_kernel/sreset_kernel.stb
 
 .PHONY: sreset_world-tests