diff options
-rwxr-xr-x | build.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |