From 3ae3ed9a17f515f0f0ddd2b82f964720cc051865 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Thu, 6 Jun 2024 12:56:00 +0200 Subject: [build] debug --- build.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.c b/build.c index 36e3880..3996846 100755 --- a/build.c +++ b/build.c @@ -541,7 +541,6 @@ i32 main(i32 argc, c8 **argv) { } fflush(stdout); - /* code = system(fmt("\"." DELIM "%s" DELIM "test_signals\" --quiet", destination)) & 0xff; if (code == 0) printf("signals - OK\n"); @@ -550,8 +549,8 @@ i32 main(i32 argc, c8 **argv) { status = 1; } fflush(stdout); - */ + /* system(fmt("\"." DELIM "%s" DELIM "test_interprocess\" clean", destination)); if (OS == WINDOWS) system(fmt("start \"\" /b %s/test_interprocess\" reader", destination)); @@ -565,6 +564,7 @@ i32 main(i32 argc, c8 **argv) { status = 1; } fflush(stdout); + */ printf("\nAll done.\n"); return status; -- cgit v1.2.3