aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-01 16:01:02 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-01 16:01:31 -0700
commit390617359e180625154cab8d1cc32ab9ea6f0fcb (patch)
tree4b2db9602cc141b1fd5e2372630002ccd2c4afd1 /debian
parentfadfbfc99f0409eb9899c7494d17e15ff596542d (diff)
downloadconsfigurator-390617359e180625154cab8d1cc32ab9ea6f0fcb.tar.gz
debian/: insert a newline for more readable autopkgtest output
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian')
-rw-r--r--debian/tests/compile-and-tests.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/tests/compile-and-tests.lisp b/debian/tests/compile-and-tests.lisp
index 568fd72..de3eb6c 100644
--- a/debian/tests/compile-and-tests.lisp
+++ b/debian/tests/compile-and-tests.lisp
@@ -11,3 +11,5 @@
;; whether any tests failed
(unless (consfigurator/tests::do-tests)
(uiop:quit 2))
+
+(fresh-line)