diff options
Diffstat (limited to 'support/testing/run-tests')
-rwxr-xr-x | support/testing/run-tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support/testing/run-tests b/support/testing/run-tests index f8cee09ed1..270e78cff7 100755 --- a/support/testing/run-tests +++ b/support/testing/run-tests @@ -58,7 +58,6 @@ def main(): return 1 BRTest.downloaddir = os.path.abspath(args.download) - os.putenv("BR2_DL_DIR", BRTest.downloaddir) if args.output is None: print "Missing output directory, please use -o/--output" |