One test was being invoked with HUGETLB_MORECORE=es (instead of yes)..... Signed-off-by: Chunrong Guo <b40...@freescale.com> --- tests/run_tests.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/run_tests.py b/tests/run_tests.py index c060699..f02e795 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -572,7 +572,7 @@ def functional_tests(): do_test("heapshrink", LD_PRELOAD="libhugetlbfs.so libheapshrink.so", HUGETLB_MORECORE="yes") do_test("heapshrink", LD_PRELOAD="libheapshrink.so", HUGETLB_MORECORE="yes", - HUGETLB_MORECORE_SHRINK="es") + HUGETLB_MORECORE_SHRINK="yes") do_test("heapshrink", LD_PRELOAD="libhugetlbfs.so libheapshrink.so", HUGETLB_MORECORE="yes", HUGETLB_MORECORE_SHRINK="yes") do_test("heap-overflow", HUGETLB_VERBOSE="1", HUGETLB_MORECORE="yes") -- 1.7.5.4 ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Libhugetlbfs-devel mailing list Libhugetlbfs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel