X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Ftests%2Fuserprog%2Fno-vm%2Fmulti-oom.c;fp=src%2Ftests%2Fuserprog%2Fno-vm%2Fmulti-oom.c;h=be0668a46d8c6dbbf94ef296abd10dca1296e586;hp=cd2c939e808aaac822de41c7779530f64045d027;hb=520ff4dd2a106a4d4a21468a72ba820c8ea7d242;hpb=218e4395786e51487d27ad432249c27687667b7c diff --git a/src/tests/userprog/no-vm/multi-oom.c b/src/tests/userprog/no-vm/multi-oom.c index cd2c939..be0668a 100644 --- a/src/tests/userprog/no-vm/multi-oom.c +++ b/src/tests/userprog/no-vm/multi-oom.c @@ -27,8 +27,6 @@ static const int EXPECTED_DEPTH_TO_PASS = 30; static const int EXPECTED_REPETITIONS = 10; -const char *test_name = "multi-oom"; - enum child_termination_mode { RECURSE, CRASH }; /* Spawn a recursive copy of ourselves, passing along instructions @@ -107,6 +105,8 @@ main (int argc, char *argv[]) { int n; + test_name = "multi-oom"; + n = argc > 1 ? atoi (argv[1]) : 0; bool is_at_root = (n == 0); if (is_at_root)