Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tests/pyvcp/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
set -e

xvfb-run halrun -s do-test.hal
sed -i '/mypanel/!d' result
# Ubuntu's xvfb-run merges stderr into stdout, so on a slow machine the
# halcmd "Waiting for component" pacifier can end up in result. Drop it.
sed -i -e '/^Waiting for component/d' -e '/mypanel/!d' result

exit 0
Loading