Skip to content

Commit 038733f

Browse files
authored
test(storage): fix copy_configuration script for stress test (#3639)
1 parent ad06953 commit 038733f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

AmplifyPlugins/Storage/Tests/StorageHostApp/copy_configuration.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ mkdir -p "$DESTINATION_DIR"
2020

2121
if [ -f "$SOURCE_DIR/AWSAmplifyStressTests-amplifyconfiguration.json" ]; then
2222
cp "$SOURCE_DIR/AWSAmplifyStressTests-amplifyconfiguration.json" "$DESTINATION_DIR/amplifyconfiguration.json"
23+
touch "$DESTINATION_DIR/amplify_outputs.json"
2324
exit 0
24-
else
25-
touch "$DESTINATION_DIR/amplifyconfiguration.json"
2625
fi
2726

2827
if [ -f "$SOURCE_DIR/AWSS3StoragePluginTests-amplifyconfiguration.json" ]; then

0 commit comments

Comments
 (0)