Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
e36f4a46
Unverified
Commit
e36f4a46
authored
Mar 16, 2020
by
Michael Thomsen
Committed by
GitHub
Mar 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix paths causing test failures (#52660)
parent
e1671814
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
time_to_development_benchmark__android.dart
...lab/bin/tasks/time_to_development_benchmark__android.dart
+1
-1
Fastfile
dev/integration_tests/flutter_gallery/ios/fastlane/Fastfile
+1
-1
No files found.
dev/devicelab/bin/tasks/time_to_development_benchmark__android.dart
View file @
e36f4a46
...
...
@@ -15,7 +15,7 @@ Future<void> main() async {
}
final
Directory
flutterGalleryDir
=
dir
(
path
.
join
(
flutterDirectory
.
path
,
'
example
s'
,
'flutter_gallery'
));
dir
(
path
.
join
(
flutterDirectory
.
path
,
'
dev'
,
'integration_test
s'
,
'flutter_gallery'
));
final
Directory
editedFlutterGalleryDir
=
dir
(
path
.
join
(
Directory
.
systemTemp
.
path
,
'edited_flutter_gallery'
));
...
...
dev/integration_tests/flutter_gallery/ios/fastlane/Fastfile
View file @
e36f4a46
...
...
@@ -29,7 +29,7 @@ platform :ios do
setup_travis
# Relative to this file.
raw_version = File.read('../../../../version')
raw_version = File.read('../../../../
../
version')
puts "Building and deploying version #{raw_version}..."
update_app_identifier(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment