mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Windows fixes
[SVN r33811]
This commit is contained in:
@@ -85,7 +85,7 @@ t.write("Jamfile", """
|
||||
exe a : a_empty.cpp ;
|
||||
exe a : a.cpp ;
|
||||
""")
|
||||
t.run_build_system("--no-error-backtrace", status=1)
|
||||
t.run_build_system("--no-error-backtrace", status=None)
|
||||
t.fail_test(find(t.stdout(), "No best alternative") == -1)
|
||||
|
||||
# Another ambiguity test: two matches properties in one alternative are
|
||||
@@ -95,7 +95,7 @@ exe a : a_empty.cpp : <optimization>off <profiling>off ;
|
||||
exe a : a.cpp : <debug-symbols>on ;
|
||||
""")
|
||||
|
||||
t.run_build_system("--no-error-backtrace", status=1)
|
||||
t.run_build_system("--no-error-backtrace", status=None)
|
||||
t.fail_test(find(t.stdout(), "No best alternative") == -1)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user