From 200f3363762dbaae9fe3dba8fc48d6d53bf18a95 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 30 Dec 2017 11:22:45 +0100 Subject: mruby: automatically quit mpv after test suite --- player/mruby/test.mrb | 1 + 1 file changed, 1 insertion(+) diff --git a/player/mruby/test.mrb b/player/mruby/test.mrb index 2a4f8687b1..ed9caa81f7 100644 --- a/player/mruby/test.mrb +++ b/player/mruby/test.mrb @@ -53,6 +53,7 @@ def run end end puts "\n done! All tests pass!\n\n" unless failed + M.commandv "quit", 'asd' end assert ".property_list returns an array" do -- cgit v1.2.3