Makefile-tests.am: drop vmshell target

I actually stopped using this a long time ago. Looking at it now, it
doesn't make much sense in multi-host situations. Let's just nix it.

Closes: #899
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2017-07-27 13:45:45 -07:00 committed by Atomic Bot
parent a1b5109e8b
commit c7837d003a

View File

@ -78,9 +78,6 @@ vmoverlay:
./tests/vmcheck/overlay.sh; \
fi
vmshell: vmsync
ssh -F ssh-config vmcheck
# set up test environment to somewhat resemble uninstalled tests
vmcheck: vmoverlay
@env VMTESTS=1 $(BASE_TESTS_ENVIRONMENT) PYTHONUNBUFFERED=1 \