Commit 3d67aa7a authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Fix typo in d/rules

parent 374d7b04
mariadb-10.0 (10.0.22-3) UNRELEASED; urgency=low
* Fix typo in d/rules
-- Otto Kekäläinen <otto@seravo.fi> Wed, 09 Dec 2015 19:56:13 +0200
mariadb-10.0 (10.0.22-2) unstable; urgency=low mariadb-10.0 (10.0.22-2) unstable; urgency=low
* Escape d/rules file correctly to avoid parse error. * Escape d/rules file correctly to avoid parse error.
......
...@@ -95,7 +95,7 @@ override_dh_auto_test: ...@@ -95,7 +95,7 @@ override_dh_auto_test:
# Skip unstable tests # Skip unstable tests
touch $(BUILDDIR)/mysql-test/unstable-tests touch $(BUILDDIR)/mysql-test/unstable-tests
ifeq ($(ARCH), mipsel) ifeq ($(ARCH), mipsel)
cat <<EOT >> $(BUILDDIR)/mysql-test/unstable-tests\ cat <<EOF >> $(BUILDDIR)/mysql-test/unstable-tests\
federated.federated_partition : https://mariadb.atlassian.net/browse/MDEV-8691\ federated.federated_partition : https://mariadb.atlassian.net/browse/MDEV-8691\
federated.federated_transactions : MDEV-8691\ federated.federated_transactions : MDEV-8691\
federated.federated_innodb : MDEV-8691\ federated.federated_innodb : MDEV-8691\
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment