xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d522571068b91098b725e311b3afc8fe78913281
parent ad12b487b5d99ede06b4353d1ccb4179acfb1851
Author: rsc <rsc>
Date:   Thu, 27 Sep 2007 12:29:06 +0000

make slow bigdir last test

Diffstat:
Musertests.c | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/usertests.c b/usertests.c @@ -1235,8 +1235,6 @@ main(int argc, char *argv[]) { printf(1, "usertests starting\n"); -for(;;) concreate(); - if(open("usertests.ran", 0) >= 0){ printf(1, "already ran user tests -- rebuild fs.img\n"); exit(); @@ -1257,7 +1255,6 @@ for(;;) concreate(); fourteen(); bigfile(); subdir(); - bigdir(); // slow concreate(); linktest(); unlinkread(); @@ -1267,6 +1264,7 @@ for(;;) concreate(); dirfile(); iref(); forktest(); + bigdir(); // slow exectest();