Skip to content

Commit

Permalink
Update to use cdktf.out for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
joatmon08 committed May 12, 2020
1 parent 366a5cf commit 60fc042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-python-app/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ cdktf get
pipenv run python ./main.py

# get rid of downloaded Terraform providers, no point in diffing them
rm -rf dist/.terraform
rm -rf cdktf.out/.terraform

# show output
diff dist ${scriptdir}/expected
diff cdktf.out ${scriptdir}/expected

echo "PASS"

0 comments on commit 60fc042

Please sign in to comment.