chore(e2e): include space in path for patch e2e (#2025)
Co-authored-by: Eric Seidel <eric@shorebird.dev>
This commit is contained in:
@@ -14,8 +14,9 @@
|
||||
#
|
||||
# Usage: ./patch_e2e.sh
|
||||
|
||||
TEMP_DIR=$(mktemp -d)
|
||||
cd $TEMP_DIR
|
||||
# Intentionally including a space in the path.
|
||||
TEMP_DIR=$(mktemp -d -t 'shorebird workspace-XXXXX')
|
||||
cd "$TEMP_DIR"
|
||||
|
||||
# Create a new empty flutter project
|
||||
flutter create e2e_test --empty --platforms android
|
||||
|
||||
Reference in New Issue
Block a user