mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Corrected the Boost Build core_action_output.py test that had a typo causing it to fail when run under a non-Windows OS.
[SVN r79136]
This commit is contained in:
@@ -11,8 +11,8 @@ import BoostBuild
|
||||
t = BoostBuild.Tester("-d1", pass_d0=False, pass_toolset=False)
|
||||
|
||||
t.write("file.jam", """\
|
||||
prefix = "echo \"" ;
|
||||
suffix = "\"" ;
|
||||
prefix = "echo \\"" ;
|
||||
suffix = "\\"" ;
|
||||
if $(NT)
|
||||
{
|
||||
prefix = "(echo " ;
|
||||
|
||||
Reference in New Issue
Block a user