diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-07-11 01:29:27 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-07-11 01:29:27 (GMT) |
commit | 3c23953ee555ab9552a2a22cd16e25f0f5dfc408 (patch) | |
tree | 79d563414079015ae1dbc677bb81fe52803120b0 /test/fixture | |
parent | 6b15020834c8a1a64ee31ebb1f36132d1bb0177b (diff) | |
download | SCons-3c23953ee555ab9552a2a22cd16e25f0f5dfc408.zip SCons-3c23953ee555ab9552a2a22cd16e25f0f5dfc408.tar.gz SCons-3c23953ee555ab9552a2a22cd16e25f0f5dfc408.tar.bz2 |
Added TEMPFILEDIR to allow configuring where TEMPFILEMUNGE create's it's temporary files
Diffstat (limited to 'test/fixture')
-rwxr-xr-x | test/fixture/echo.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fixture/echo.py b/test/fixture/echo.py new file mode 100755 index 0000000..a13f2ca --- /dev/null +++ b/test/fixture/echo.py @@ -0,0 +1,2 @@ +import sys +print(sys.argv) |