make slow bigdir last test
This commit is contained in:
parent
ad12b487b5
commit
d522571068
1 changed files with 1 additions and 3 deletions
|
@ -1235,8 +1235,6 @@ main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
printf(1, "usertests starting\n");
|
printf(1, "usertests starting\n");
|
||||||
|
|
||||||
for(;;) concreate();
|
|
||||||
|
|
||||||
if(open("usertests.ran", 0) >= 0){
|
if(open("usertests.ran", 0) >= 0){
|
||||||
printf(1, "already ran user tests -- rebuild fs.img\n");
|
printf(1, "already ran user tests -- rebuild fs.img\n");
|
||||||
exit();
|
exit();
|
||||||
|
@ -1257,7 +1255,6 @@ for(;;) concreate();
|
||||||
fourteen();
|
fourteen();
|
||||||
bigfile();
|
bigfile();
|
||||||
subdir();
|
subdir();
|
||||||
bigdir(); // slow
|
|
||||||
concreate();
|
concreate();
|
||||||
linktest();
|
linktest();
|
||||||
unlinkread();
|
unlinkread();
|
||||||
|
@ -1267,6 +1264,7 @@ for(;;) concreate();
|
||||||
dirfile();
|
dirfile();
|
||||||
iref();
|
iref();
|
||||||
forktest();
|
forktest();
|
||||||
|
bigdir(); // slow
|
||||||
|
|
||||||
exectest();
|
exectest();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue