Skip to content

Commit

Permalink
Copy test logs as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Sep 27, 2015
1 parent db443d8 commit bc0d903
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ build()
&& LANG=C make clean \
&& LANG=C make -j2 check 2>&1 |tee "$BUILDDIR/aria2c_$2.log" \
&& cp src/aria2c "$BUILDDIR/aria2c_$2"

if [ -f "test/aria2c.log" ]; then
cat "test/aria2c.log" >> "$BUILDDIR/aria2c_$2.log"
fi
}

clear()
Expand Down

0 comments on commit bc0d903

Please sign in to comment.