mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-19 03:59:45 +00:00
Debug event processing
This commit is contained in:
parent
be6d819080
commit
1bef51d878
18 changed files with 292 additions and 101 deletions
|
@ -10,6 +10,7 @@ wai=$(dirname $(readlink -f "$0")) # Current script directory
|
|||
tests=$(find ${wai}/ -maxdepth 1 -mindepth 1 -type d) # Find tests
|
||||
out=$(mktemp)
|
||||
test_timeout=20
|
||||
abort=1
|
||||
|
||||
for test in ${tests}
|
||||
do
|
||||
|
@ -38,7 +39,7 @@ do
|
|||
echo "------------- Got -------------"
|
||||
cat "$out";
|
||||
rm "$out"
|
||||
exit 1
|
||||
[ $abort -eq 1 ] && exit 1
|
||||
fi
|
||||
|
||||
# Prepare for next test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue