summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2017-12-30 11:22:45 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2017-12-30 11:22:45 +0100
commit200f3363762dbaae9fe3dba8fc48d6d53bf18a95 (patch)
tree727d13d1289d9830db9b7f0792b52b15eddcfd5f
parent614ff9e02492bf98c857ee3f9850724b3597ed48 (diff)
downloadmpv-200f3363762dbaae9fe3dba8fc48d6d53bf18a95.tar.bz2
mpv-200f3363762dbaae9fe3dba8fc48d6d53bf18a95.tar.xz
mruby: automatically quit mpv after test suite
-rw-r--r--player/mruby/test.mrb1
1 files changed, 1 insertions, 0 deletions
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