Opened 10 years ago
Closed 10 years ago
#5555 closed defect (fixed)
clutter instructions
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 7.6 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
Looking at the clutter instructions:
sed -i '/actor-offscreen-redirect/d' \ tests/conform/Makefile.am tests/conform/Makefile.in && autoreconf -fi
If I use this, I get 4 errors. If I omit it, I only get two:
../../build/autotools/tap-test: line 5: 6537 Segmentation fault ERROR: actor-layout - missing test plan
Perhaps we should omit this and add a comment that there are two known errors associated with the actor-layout test when running 'make check'
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Didn't run the tests, but ran the sed and autoreconf. It did pass. Notice that it is written to be run only if the tests are going to be executed.
Now, ran the tests and all passed, without the fixes. For me they can be removed.