mirror of
https://github.com/aria2/aria2.git
synced 2025-04-03 20:47:36 +03:00
Copy test logs as well
This commit is contained in:
parent
db443d848c
commit
bc0d903f8e
1 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue