mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Don't run library_order.py on Windows, since the test makes no sense there,
does not work, and can't be easily fixed. [SVN r22933]
This commit is contained in:
@@ -120,7 +120,6 @@ tests = [ "project_test1",
|
||||
"library_chain",
|
||||
"unit_test",
|
||||
"standalone",
|
||||
"library_order",
|
||||
"expansion",
|
||||
"wrapper",
|
||||
#"ordered_properties",
|
||||
@@ -128,6 +127,9 @@ tests = [ "project_test1",
|
||||
|
||||
if os.name == 'posix':
|
||||
tests.append("symlink")
|
||||
# On windows, library order is not important, so skip this test
|
||||
# Besides, it fails ;-)
|
||||
tests.append("library_order")
|
||||
|
||||
if os.environ.has_key('QTDIR'):
|
||||
tests.append("railsys")
|
||||
|
||||
Reference in New Issue
Block a user