gpt4 book ai didi

phing - 在 Phing 上执行命令时没有输出

转载 作者:行者123 更新时间:2023-12-01 12:25:58 29 4
gpt4 key购买 nike

我有以下构建文件:

<?xml version="1.0" encoding="UTF-8"?>
<project name="Example" default="test" description="Sample Description">
<target name="test">
<exec command="ls" dir="./" />
</target>
</project>

但是,Phing 似乎在不输出任何内容的情况下运行此命令:
Buildfile: /path/to/build/file/build.xml

Example > test:


BUILD FINISHED

Total time: 0.2106 seconds

我怎样才能解决这个问题?

注意phpunit测试

最佳答案

你应该使用参数

passthru="true"

更多信息请访问 https://www.phing.info/docs/guide/trunk/ExecTask.html

关于phing - 在 Phing 上执行命令时没有输出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39620448/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com