From bfa598ce5ff7cf2fdff4ad615b2e2aeef7911e7b Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 21 Apr 2005 08:55:09 +0000 Subject: [PATCH] Don't run abs_workdir from test_all.py, because that's internal test for test system, not for Boost.Build itself. In addition, the test doesn't work for Windows. [SVN r28376] --- test/test_all.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_all.py b/test/test_all.py index 168e6be1f..f5a0ff2ad 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -75,7 +75,6 @@ critical_tests += ["core_d12", "core_typecheck", "core_delete_module", tests = [ "rebuilds", "timedata", - "abs_workdir", "project_test3", "project_test4", "generators_test",