Skip to content
Snippets Groups Projects
Commit ef9af8fc authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Merge branch 'fix-indicator-datetime' into 'etiona'

remove tests which fail due to evolution->icedove

See merge request trisquel/package-helpers!269
parents 1b3ccba0 aa277904
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,13 @@ install (FILES "\${XDG_AUTOSTART_FILE}"
DESTINATION "\${XDG_AUTOSTART_DIR}")
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
sed '/UNITY8,/a\ MATE,' -i include/datetime/actions-live.h
patch -p0 < $DATA/launch-time-admin-in-mate.patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment