Closed dgibson closed 2 years ago
Apparently, this is used by tap
itself:
[kir@kir-rhat runtime-tools]$ export TAP=5
[kir@kir-rhat runtime-tools]$ tap
Error: Environment variable TAP must be set to 0 or 1 only
Run `tap --help` for usage information
Ok, so seems like we should probably use a different name for pointing at the tap executable at the top-level then, yes?
Setting this environment variable from
make
apparently conflicts with a different usage of theTAP
environment variable somewhere down in the stack: