diff options
author | John Newbery <john@johnnewbery.com> | 2017-03-21 14:38:09 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-05-03 14:18:14 -0400 |
commit | 89fcd3586c9714a923b6a3147f60e43d5de74942 (patch) | |
tree | 4cf324feafd10daecd38edee3860a4c62f40b334 /test/util/buildenv.py.in | |
parent | e9265df15b04178b40ab3bacfe6a944f0fb9ad27 (diff) |
Use an .ini config file for environment vars in bitcoin-util-test.py
Diffstat (limited to 'test/util/buildenv.py.in')
-rw-r--r-- | test/util/buildenv.py.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/util/buildenv.py.in b/test/util/buildenv.py.in deleted file mode 100644 index 33030b0348..0000000000 --- a/test/util/buildenv.py.in +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env python -exeext="@EXEEXT@" -SRCDIR="@abs_top_srcdir@" -BUILDDIR="@abs_top_builddir@" |