From 9e4a5cdf7cc2becf26c91a96255b370f7f920219 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 7 Apr 2021 13:02:03 +0200 Subject: Fixed wrong test exec name --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run') diff --git a/run b/run index a232762..75a5a40 100755 --- a/run +++ b/run @@ -167,7 +167,7 @@ make_build() { # Set test app as init if [ "$mode" = "test" ]; then - cp build/apps/test build/apps/init + cp build/apps/test/exec build/apps/init/exec fi mkdir -p mnt/ -- cgit v1.2.3