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
b4edfb15
Unverified
Commit
b4edfb15
authored
Apr 11, 2019
by
Jonah Williams
Committed by
GitHub
Apr 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Manual engine roll with disabled service authentication codes (#30919)" (#30930)
This reverts commit
19d6e7b6
.
parent
19d6e7b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
engine.version
bin/internal/engine.version
+1
-1
runner.dart
dev/devicelab/lib/framework/runner.dart
+1
-2
No files found.
bin/internal/engine.version
View file @
b4edfb15
ae4df6fd189219fc35b27cd5e014bd8445c4e59d
72986c39ea3669ef26d4d7d7cd0c44f513fcd117
dev/devicelab/lib/framework/runner.dart
View file @
b4edfb15
...
...
@@ -32,7 +32,6 @@ Future<Map<String, dynamic>> runTask(String taskName, { bool silent = false }) a
final
Process
runner
=
await
startProcess
(
dartBin
,
<
String
>[
'--enable-vm-service=0'
,
// zero causes the system to choose a free port
'--no-pause-isolates-on-exit'
,
'--disable-service-auth-codes'
,
// TODO(bkonyi): enable auth codes
taskExecutable
,
]);
...
...
@@ -164,4 +163,4 @@ Future<void> cleanupSystem() async {
}
else
{
print
(
'Could not determine JAVA_HOME; not shutting down Gradle.'
);
}
}
}
\ No newline at end of file
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