From ca1f8ef6ac678b7a0c855c4998b3e303c147ffe7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 5 May 2015 00:14:19 +0100 Subject: Try to fix test run via cdist. --- cscript | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cscript') diff --git a/cscript b/cscript index 4fc3f4f..1f4dbb2 100644 --- a/cscript +++ b/cscript @@ -6,3 +6,8 @@ def build(target, options): cmd += ' --target-windows' target.command(cmd) target.command('./waf build install') + +def test(target): + if target.platform != 'windows': + target.set('LC_ALL', 'C') + target.command('./run-tests.sh') -- cgit v1.2.3