utils: evl-trace: fix implicit enable-all command

Signed-off-by: Philippe Gerum <rpm@xenomai.org>
This commit is contained in:
Philippe Gerum 2021-08-03 19:14:26 +02:00
parent a1ac1ac659
commit c5dd9ab292
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2018-2019 Philippe Gerum and the libevl contributors.
Copyright (c) 2018-2021 Philippe Gerum and the libevl contributors.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

View File

@ -91,6 +91,10 @@ fi
for group in $trace_groups
do
if test $group = all; then
event_list=""
break
fi
if test \! -r $EVL_CMDDIR/trace.$group; then
echo >&2 "no trace group '$group'"
exit 1