remove tests which fail due to evolution->icedove
This commit is contained in:
parent
467541eff9
commit
aa27790401
1 changed files with 7 additions and 0 deletions
|
|
@ -56,6 +56,13 @@ install (FILES "\${XDG_AUTOSTART_FILE}"
|
||||||
DESTINATION "\${XDG_AUTOSTART_DIR}")
|
DESTINATION "\${XDG_AUTOSTART_DIR}")
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
failed_tests="test-eds-ics-repeating-events-with-individual-change test-eds-ics-all-day-events test-eds-ics-repeating-events test-eds-ics-nonrepeating-events test-eds-ics-repeating-valarms test-eds-ics-missing-trigger test-eds-ics-tzids-2 test-eds-ics-tzids-utc test-eds-ics-tzids test-eds-ics-non-attending-alarms"
|
||||||
|
|
||||||
|
for t in $failed_tests; do
|
||||||
|
sed -i "/$t/d" tests/CMakeLists.txt
|
||||||
|
rm tests/$t.*
|
||||||
|
done
|
||||||
|
|
||||||
# this shouldn't be needed for Ubuntu 20.04
|
# this shouldn't be needed for Ubuntu 20.04
|
||||||
sed '/UNITY8,/a\ MATE,' -i include/datetime/actions-live.h
|
sed '/UNITY8,/a\ MATE,' -i include/datetime/actions-live.h
|
||||||
patch -p0 < $DATA/launch-time-admin-in-mate.patch
|
patch -p0 < $DATA/launch-time-admin-in-mate.patch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue