We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d50b7f8 commit f7d0e75Copy full SHA for f7d0e75
test.bats
@@ -18,12 +18,9 @@ setup() {
18
19
teardown() {
20
rm -rf puck puck2 puck3 node_modules .serverless .requirements.zip .requirements-cache \
21
- foobar package-lock.json serverless-python-requirements-*.tgz
22
- if [ -f serverless.yml.bak ]; then mv serverless.yml.bak serverless.yml; fi
23
- if [ -f slimPatterns.yml ]; then rm -f slimPatterns.yml; fi
24
- if [ -d "${USR_CACHE_DIR}" ] ; then
25
- rm -Rf "${USR_CACHE_DIR}"
26
- fi
+ foobar package-lock.json serverless.yml.bak slimPatterns.yml "${USR_CACHE_DIR}"
+ serverless-python-requirements-*.tgz
+ git checkout serverless.yml
27
cd ../..
28
if [ -d "tests/base with a space" ] ; then
29
rm -Rf "tests/base with a space"
0 commit comments