apptainer / singularity

Singularity has been renamed to Apptainer as part of us moving the project to the Linux Foundation. This repo has been persisted as a snapshot right before the changes.
https://github.com/apptainer/apptainer
Other
2.53k stars 424 forks source link

Missing 'SINGULARITY_E2E_VERBOSE=1' #3428

Closed WestleyK closed 5 years ago

WestleyK commented 5 years ago

Version of Singularity:

not your beeswax

Expected behavior

$ make e2e-test SINGULARITY_E2E=1 SINGULARITY_E2E_VERBOSE=1
# go test with verbose

Actual behavior

$ make e2e-test SINGULARITY_E2E=1 SINGULARITY_E2E_VERBOSE=1
# not verbose...

Steps to reproduce behavior

$ make e2e-test SINGULARITY_E2E=1 SINGULARITY_E2E_VERBOSE=1
mem commented 5 years ago

E2E tests now pass -v by default (it's not an option). Is this enough to address the issue?