Skip to content

Commit 6c5b499

Browse files
author
wenfei-li
committed
deepks : enable output log if ut failed
1 parent 50f7e39 commit 6c5b499

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/deepks/Autotest1.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ do
3131
state=`echo $?`
3232
if [ $state != "0" ]; then
3333
let failed++
34+
running_path=`echo "./running.log"`
35+
cat $running_path
3436
fi
3537
cd ..
3638
echo""

0 commit comments

Comments
 (0)