summaryrefslogtreecommitdiff
path: root/test/fixture
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-07-10 18:29:27 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2020-07-10 18:29:27 -0700
commit3c23953ee555ab9552a2a22cd16e25f0f5dfc408 (patch)
tree79d563414079015ae1dbc677bb81fe52803120b0 /test/fixture
parent6b15020834c8a1a64ee31ebb1f36132d1bb0177b (diff)
downloadscons-git-3c23953ee555ab9552a2a22cd16e25f0f5dfc408.tar.gz
Added TEMPFILEDIR to allow configuring where TEMPFILEMUNGE create's it's temporary files
Diffstat (limited to 'test/fixture')
-rwxr-xr-xtest/fixture/echo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fixture/echo.py b/test/fixture/echo.py
new file mode 100755
index 000000000..a13f2cad2
--- /dev/null
+++ b/test/fixture/echo.py
@@ -0,0 +1,2 @@
+import sys
+print(sys.argv)