-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADU E2E tests #266
ADU E2E tests #266
Conversation
0bab98a
to
58cb770
Compare
f4ae521
to
fd5608a
Compare
} else { | ||
var patch = { | ||
tags: { | ||
ADUGroup: "linux-e2e-group" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this string is used other places in testing, can it be in a variable?
@@ -0,0 +1,660 @@ | |||
// Copyright (c) Microsoft. All rights reserved. | |||
// Licensed under the MIT license. See LICENSE file in the project root for full license information. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the style checker work for files? If it's not something that makes sense to add to the repo, it could be good to quickly run the new files through something to make the semi-colon usage more consistent
/* Copyright (c) Microsoft Corporation. | ||
* Licensed under the MIT License. */ | ||
|
||
#include <stdarg.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why this, the mbedtls port, and tsconfig are showing up as new files instead of renames - might be worth figuring out to maintain the history.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea i tried forcing it but seems to keep them as new files and the adu ones as moved
No description provided.