From e9ae64908cb116174d2d18be3d727d988e96108b Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 15 Oct 2021 18:43:21 +0200 Subject: init: only run tests when prompted from the shell --- src/init/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/init/main.c') diff --git a/src/init/main.c b/src/init/main.c index c922a99..73df25b 100644 --- a/src/init/main.c +++ b/src/init/main.c @@ -26,8 +26,6 @@ int main(void) { _syscall_exit(1); fs_prep(); - test_fs(); - test_await(); shell_loop(); _syscall_exit(0); -- cgit v1.2.3