From 8e3718cd1af12cd055c184b54fd4db0d58d9bd2f Mon Sep 17 00:00:00 2001 From: Gunther Klessinger Date: Wed, 16 Nov 2016 17:48:01 +0100 Subject: [PATCH] columns --- tests/README.md.expected | 5 +++-- tests/run | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/README.md.expected b/tests/README.md.expected index 4afd04f..3fb10de 100644 --- a/tests/README.md.expected +++ b/tests/README.md.expected @@ -1,8 +1,9 @@ Test runner - - execute run build to generate mdv output for all ".md" files within this folder. + - execute run build to generate mdv output for all ".md" files within this + folder.  - commit  - travis will execute run to diff the current mdv output with the expected - results + results diff --git a/tests/run b/tests/run index 14d4f2f..ff24e4a 100755 --- a/tests/run +++ b/tests/run @@ -1,5 +1,5 @@ #!/usr/bin/env bash - +export COLUMNS=80 export MDV_THEME=729.8953 export MDV_CODE_THEME=729.8953 export d="`dirname "${BASH_SOURCE[0]}"`"