Makefile: avoid spurious echo
Disable the printing of the echo commands that write the filename of the VM image for tests in the 'vm' and 'print-vm' targets. This makes it possible to use their outputs, especially the 'print-vm' target.
This commit is contained in:
parent
c990f74d73
commit
0ece83483d
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -150,11 +150,11 @@ $(VM_IMAGE): $(TARFILE) $(NODE_CACHE) bots test/vm.install
|
|||
|
||||
# convenience target for the above
|
||||
vm: $(VM_IMAGE)
|
||||
echo $(VM_IMAGE)
|
||||
@echo $(VM_IMAGE)
|
||||
|
||||
# convenience target to print the filename of the test image
|
||||
print-vm:
|
||||
echo $(VM_IMAGE)
|
||||
@echo $(VM_IMAGE)
|
||||
|
||||
# convenience target to setup all the bits needed for the integration tests
|
||||
# without actually running them
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue