Make close-stdin, close-stdout expected output more flexible.
[pintos-anon] / solutions / README
index 8e9f26a7881f0f29d579722d4549f2b00e263030..ab3e9a01defa5bee74f9c454b52f3e3dbeac3428 100644 (file)
@@ -1,9 +1,7 @@
 Sample solutions.
 
-* The solutions for p1-1, p1-2, and p2 are okay.
-
-* The solution for p1-3 needs some work.  It doesn't pass all of the
-  tests.
+* The solutions for p1-1, p1-2, p1-3, and p2 are good enough.  They
+  pass all the appropriate tests in the grading directory.
 
 * The solution for p3 is terrible.  For example, there's no locking at
   all.  I just wrote it to make sure that the project was possible