skip_test() in run_tests.sh is unused but should not be deleted.
Describe its purpose in a comment.

Signed-off-by: Andrew Hastings <[EMAIL PROTECTED]> on behalf of Cray Inc.
---

-Andrew Hastings
 Cray Inc.

 run_tests.sh |    2 ++
 1 file changed, 2 insertions(+)

--- libhugetlbfs-1.3/tests/run_tests.sh.orig    2008-05-15 10:44:31.000000000 
-0500
+++ libhugetlbfs-1.3/tests/run_tests.sh 2008-07-03 12:45:12.805526000 -0500
@@ -47,6 +47,8 @@
     done
 }
 
+# To manually disable a test (e.g., one that panics an older kernel),
+# replace "run_test <options>" with "skip_test <options>".
 skip_test () {
     echo "$@:  SKIPPED"
 }

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Libhugetlbfs-devel mailing list
Libhugetlbfs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel

Reply via email to