提交 a12a5725 编写于 作者: A Ashwin Agrawal

Fix issue missing to print the regressions.diff files

上级 efc128ad
......@@ -11,7 +11,7 @@ function gen_env(){
function look4diffs() {
diff_files=`find .. -name regression.diffs`
diff_files=\`find .. -name regression.diffs\`
for diff_file in \${diff_files}; do
if [ -f "\${diff_file}" ]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册