We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00a9187 + cbd80a0 commit b44ecddCopy full SHA for b44ecdd
1 file changed
tests/pyvcp/test.sh
@@ -3,6 +3,8 @@
3
set -e
4
5
xvfb-run halrun -s do-test.hal
6
-sed -i '/mypanel/!d' result
+# Ubuntu's xvfb-run merges stderr into stdout, so on a slow machine the
7
+# halcmd "Waiting for component" pacifier can end up in result. Drop it.
8
+sed -i -e '/^Waiting for component/d' -e '/mypanel/!d' result
9
10
exit 0
0 commit comments