Skip to content

Commit

Permalink
[check-disk] add -X tracefs option in test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lufia committed Jul 21, 2022
1 parent 1417255 commit e809f29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion check-disk/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ then
exit 2
fi

exec $plugin
# GitHub-hosted Linux runner mounts tracefs on /sys/kernel/debug/tracing.
# That fstype don't appear in ME_DUMMY macro on coreutils.
# Thus, for now, we ignore it only in test.sh.
exec $plugin -X tracefs

0 comments on commit e809f29

Please sign in to comment.