提交 8754b640 编写于 作者: S Shuduo Sang

make sim test output redirect stderr to null too.

上级 1980ecea
......@@ -11,7 +11,7 @@ function runSimCaseOneByOne {
while read -r line; do
if [[ $line =~ ^run.* ]]; then
case=`echo $line | awk '{print $NF}'`
./test.sh -f $case > /dev/null && \
./test.sh -f $case > /dev/null 2>&1 && \
echo -e "${GREEN}$case success${NC}" || \
echo -e "${RED}$case failed${NC}" | tee -a out.log
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册