# HG changeset patch
# User Anton Shestakov <av6@dwimlabs.net>
# Date 1473509890 -28800
# Node ID c274ab4968e52815734ec775142c765ba9677818
# Parent  17fa46bb8e80a037ce5198a010686e6c16ecf8a5
pipelines: also test the new log example

diff -r 17fa46bb8e80 -r c274ab4968e5 bitbucket-pipelines.yml
--- a/bitbucket-pipelines.yml	Sat Sep 10 20:17:16 2016 +0800
+++ b/bitbucket-pipelines.yml	Sat Sep 10 20:18:10 2016 +0800
@@ -21,3 +21,4 @@
           - cd /tmp
           - eval "$(~/.luarocks/bin/luarocks path)"
           - lua5.1 "$OLDPWD/examples/version.lua"
+          - lua5.1 "$OLDPWD/examples/log.lua"