f82cfb156a
I noticed when running functional tests via a interactive shell they would end up hanging; I tracked it down to waiting for input on this tar command. We need to specify "-f" so it opens the file ... --- | + tar -t /tmp/tmp.qid2Ygfu7v/image.tar | + grep -q /tmp/dib-test-should-fail | tar: This does not look like a tar archive | tar: /tmp/tmp.qid2Ygfu7v/image.tar: Not found in archive | tar: Exiting with failure status due to previous errors --- I guess we never noticed because it's always running in CI where stdin is closed and it just get that nothing read above. This probably was reversing the logic of the "should have failed" tests ... but I don't think we take that path currently for any tests. Change-Id: Idad2c172797395d45c0d750ec687011cc1fbf52a |
||
---|---|---|
.. | ||
elements/fake-os | ||
dib_functions_test.sh | ||
image_output_formats.bash | ||
install_test_deps.sh | ||
run_functests.sh | ||
test_elements.bash | ||
test_functions.bash |