From 2ac58c5561d43dd071bcb6b253cb034e99cbd31e Mon Sep 17 00:00:00 2001 From: octaspire Date: Tue, 8 Dec 2020 23:08:22 +0200 Subject: [PATCH] Update test runner and test failure --- .builds/debian_stretch.yml | 5 ++++- tagmov.lisp | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.builds/debian_stretch.yml b/.builds/debian_stretch.yml index 2754990..c493858 100644 --- a/.builds/debian_stretch.yml +++ b/.builds/debian_stretch.yml @@ -10,9 +10,12 @@ tasks: sbcl --load quicklisp.lisp --eval '(quicklisp-quickstart:install)' --eval '(ql-util:without-prompting (ql:add-to-init-file))' --eval '(quit)' cd ~/tagmov make - - show-version: | + - show-help: | cd ~/tagmov ./tagmov --help + - show-version: | + cd ~/tagmov + ./tagmov --version - check-version: | cd ~/tagmov diff <(./tagmov --version) <(echo "tagmov 0.4.1") diff --git a/tagmov.lisp b/tagmov.lisp index 9476982..d401903 100644 --- a/tagmov.lisp +++ b/tagmov.lisp @@ -21,7 +21,7 @@ (defparameter *verbose* 0) (defparameter *version-major* 0) (defparameter *version-minor* 4) -(defparameter *version-patch* 1) +(defparameter *version-patch* 2) (defun get-video-duration (path) (read-line (uiop:process-info-output -- 2.30.1