Lines Matching full:environment
24 # Check for the json which does not include the optional enable environment variable.
39 # Test without setting enable environment variable. The loader should not load the layer.
44 echo "test layer detected but enable environment variable was not set" >&2
48 # Test enable environment variable with good value. The loader should load the layer.
58 # Test enable environment variable with bad value. The loader should not load the layer.
64 echo "test layer detected but enable environment variable was set to wrong value" >&2
68 # Test disable environment variable. The loader should not load the layer.
74 echo "test layer detected but disable environment variable was set" >&2
78 # Remove the enable environment variable.
81 echo "unable to remove enable environment variable" >&2
85 # Test without setting enable environment variable. The loader should load the layer.