Skip to content

Commit

Permalink
preserve DAF_BUTLER_PLUGINS env var
Browse files Browse the repository at this point in the history
  • Loading branch information
n8pease committed Apr 30, 2020
1 parent d513c48 commit fe2267c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/SConscript
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# -*- python -*-
from lsst.sconsUtils import scripts
import os

from lsst.sconsUtils import env, scripts
scripts.BasicSConscript.tests(pyList=[])

if "DAF_BUTLER_PLUGINS" in os.environ:
env["ENV"]["DAF_BUTLER_PLUGINS"] = os.environ["DAF_BUTLER_PLUGINS"]

0 comments on commit fe2267c

Please sign in to comment.