make_mirror.sh: execute test script with xtrace
This commit is contained in:
parent
10b3fd869a
commit
94c2932ac8
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ systemctl restart mini-httpd
|
|||
mkdir -p cover_db
|
||||
mount -o loop,umask=000 cover_db.img cover_db
|
||||
fi
|
||||
sh ./test.sh
|
||||
sh -x ./test.sh
|
||||
ret=$?
|
||||
if [ -e cover_db.img ]; then
|
||||
df -h cover_db
|
||||
|
|
Loading…
Reference in a new issue