mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 05:44:17 +00:00
fix travis
This commit is contained in:
2
tests.sh
2
tests.sh
@@ -49,7 +49,7 @@ unset DOTDROP_FORCE_NODEBUG
|
|||||||
if [ -z ${TRAVIS} ]; then
|
if [ -z ${TRAVIS} ]; then
|
||||||
${scr} > "${log}" 2>&1 &
|
${scr} > "${log}" 2>&1 &
|
||||||
else
|
else
|
||||||
${scr} > "${log}" 2>&1 >/dev/null &
|
${scr} > "${log}" >/dev/null 2>&1 &
|
||||||
fi
|
fi
|
||||||
tail --pid="$!" -f "${log}"
|
tail --pid="$!" -f "${log}"
|
||||||
set +e
|
set +e
|
||||||
|
|||||||
Reference in New Issue
Block a user