Bug#870086: Use " not ' for autopkgtest
Iain Lane
iain at orangesquash.org.uk
Sat Jul 29 15:42:03 UTC 2017
Package: lua-torch-sys
Version: 0~20161027-gf073f05-1
Severity: normal
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu artful ubuntu-patch
Hi,
See:
https://ci.debian.net/data/autopkgtest/unstable/amd64/l/lua-torch-sys/20170729_142419/log.gz
The ' is confusing autopkgtest (maybe an autopkgtest bug?)
Patch attached.
Cheers,
--
Iain Lane [ iain at orangesquash.org.uk ]
Debian Developer [ laney at debian.org ]
Ubuntu Developer [ laney at ubuntu.com ]
-------------- next part --------------
diff -Nru lua-torch-sys-0~20161027-gf073f05/debian/tests/control lua-torch-sys-0~20161027-gf073f05/debian/tests/control
--- lua-torch-sys-0~20161027-gf073f05/debian/tests/control 2017-07-28 10:40:09.000000000 +0100
+++ lua-torch-sys-0~20161027-gf073f05/debian/tests/control 2017-07-29 16:33:21.000000000 +0100
@@ -1 +1 @@
-Test-Command: luajit -lsys -e 'print(true)'
+Test-Command: luajit -lsys -e "print(true)"
More information about the debian-science-maintainers
mailing list