Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add cleanup to integration tests
  • Loading branch information
thechenky committed Jun 25, 2019
commit 453041d07d92396a3ba65943b0e5e9800478efa8
3 changes: 2 additions & 1 deletion integration_test/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ function cleanup {
rm $DIR/functions/firebase-functions.tgz
rm $DIR/functions/package.json
rm -f $DIR/functions/firebase-debug.log
rm -rf $DIR/functions/node_modules/firebase-functions
rm -rf $DIR/functions/lib
rm -rf $DIR/functions/node_modules
}

# Setup
Expand Down