Unverified Commit e36f4a46 authored by Michael Thomsen's avatar Michael Thomsen Committed by GitHub

Fix paths causing test failures (#52660)

parent e1671814
...@@ -15,7 +15,7 @@ Future<void> main() async { ...@@ -15,7 +15,7 @@ Future<void> main() async {
} }
final Directory flutterGalleryDir = final Directory flutterGalleryDir =
dir(path.join(flutterDirectory.path, 'examples', 'flutter_gallery')); dir(path.join(flutterDirectory.path, 'dev', 'integration_tests', 'flutter_gallery'));
final Directory editedFlutterGalleryDir = final Directory editedFlutterGalleryDir =
dir(path.join(Directory.systemTemp.path, 'edited_flutter_gallery')); dir(path.join(Directory.systemTemp.path, 'edited_flutter_gallery'));
......
...@@ -29,7 +29,7 @@ platform :ios do ...@@ -29,7 +29,7 @@ platform :ios do
setup_travis setup_travis
# Relative to this file. # Relative to this file.
raw_version = File.read('../../../../version') raw_version = File.read('../../../../../version')
puts "Building and deploying version #{raw_version}..." puts "Building and deploying version #{raw_version}..."
update_app_identifier( update_app_identifier(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment