From 1f50cb8818f1325729eef9e64e36793ba600b85d Mon Sep 17 00:00:00 2001 From: William Deegan Date: Fri, 26 Apr 2019 12:50:23 -0400 Subject: Fix test to use path to python being used wrather than hardcoded linux path --- test/explain/basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/explain/basic.py b/test/explain/basic.py index bd474bb..0d4f0ef 100644 --- a/test/explain/basic.py +++ b/test/explain/basic.py @@ -332,7 +332,7 @@ scons: rebuilding `file3' because: Old:zzz New:xxx ->Depends ->Implicit - Old:/usr/bin/python New:/usr/bin/python + Old:%(_python_)s New:%(_python_)s %(_python_)s %(cat_py)s file3 zzz yyy xxx """ % locals()) -- cgit v0.12