make targets now filter e2e tests

This commit is contained in:
Anubhav Mishra
2017-06-17 15:23:53 -07:00
parent b2ea325cee
commit 780de9147a
3 changed files with 7 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
echo "Preparing to run e2e tests"
mv atlantis e2e/
mv atlantis ${WORKDIR}/e2e/
# cd into e2e folder
cd e2e/