aboutsummaryrefslogtreecommitdiff
path: root/src/connection.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-19 18:45:38 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-19 18:57:00 -0700
commit80b49b8eed4cd8c45fc7a971ff572d47d3ab9c88 (patch)
tree6100916fe7d4d9b55d84e67de96ffc90da382124 /src/connection.lisp
parent279ae37f79fdba031a079616d904bd4b925e021f (diff)
downloadconsfigurator-80b49b8eed4cd8c45fc7a971ff572d47d3ab9c88.tar.gz
use MRUN in TEST
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection.lisp')
-rw-r--r--src/connection.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.lisp b/src/connection.lisp
index f23947e..2817cfa 100644
--- a/src/connection.lisp
+++ b/src/connection.lisp
@@ -315,7 +315,7 @@ start with RUN."
(lines (apply #'run args)))
(defun test (&rest args)
- (zerop (apply #'run :for-exit "test" args)))
+ (zerop (apply #'mrun :for-exit "test" args)))
(defun readfile (&rest args)
(apply #'connection-readfile *connection* args))