- make qc || exit 1\r
\r
- mkdir -p data/maps\r
- - wget -nv -O data/maps/gitlab-ci.bsp https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/_init/_init.bsp\r
+ - wget -nv -O data/maps/_init.bsp https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/_init/_init.bsp\r
\r
- while read LINE; do\r
echo $LINE;\r
[ "$LINE" = "All tests OK" ] && PASS=1;\r
- done < <(${ENGINE} +developer 1 +map gitlab-ci +sv_cmd runtest +wait +quit)\r
+ done < <(${ENGINE} +developer 1 +map _init +sv_cmd runtest +wait +quit)\r
- test "$PASS" = "1" || { echo 'sv_cmd runtest failed!'; exit 1; }\r
\r
- - ${ENGINE} +map gitlab-ci +sv_cmd dumpnotifs +wait +quit\r
+ - ${ENGINE} +map _init +sv_cmd dumpnotifs +wait +quit\r
- diff notifications.cfg data/data/notifications_dump.cfg ||\r
{ echo 'Please update notifications.cfg using `dumpnotifs`!'; exit 1; }\r
\r