Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Fix run-test.sh#16170

Merged
danmoseley merged 2 commits intodotnet:masterfrom
hseok-oh:fix_runtest
Feb 15, 2017
Merged

Fix run-test.sh#16170
danmoseley merged 2 commits intodotnet:masterfrom
hseok-oh:fix_runtest

Conversation

@hseok-oh
Copy link
Copy Markdown

This makes run-test.sh work in x64/linux.
Remove useless argument and add --runtime argument to pass runtime directory

Not works for cross compile yet (ex. build in x64 & run in arm)

This makes run-test.sh work in x64/linux.
Remove useless argument and add --runtime argument to pass runtime directory

Not works in cross compile yet (ex. build in x64 & run in arm)
@hseok-oh
Copy link
Copy Markdown
Author

hseok-oh commented Feb 15, 2017

The best solution is to use build-test.sh instead of separate script for test, but we need run-test.sh for arm build yet. To use in arm build, we need to modify Microsoft.NETCore.App.dep.json in bin/testhost manually.

remove chmod and check RunTests.sh existing
@stephentoub
Copy link
Copy Markdown
Member

@dotnet-bot test this please (Jenkins was down)

@weshaggard
Copy link
Copy Markdown
Member

@hseok-oh we have issue https://github.com/dotnet/corefx/issues/15814 tracking to fix run-tests scripts to try and add a "run" mode to build-tests to help eliminate this duplication of work.

cc @danmosemsft

@danmoseley
Copy link
Copy Markdown
Member

Looks good, thanks.

@danmoseley danmoseley merged commit b55af9c into dotnet:master Feb 15, 2017
@karelz karelz modified the milestone: 2.0.0 Feb 22, 2017
@hseok-oh hseok-oh deleted the fix_runtest branch February 27, 2017 01:23
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Fix run-test.sh

This makes run-test.sh work in x64/linux.
Remove useless argument and add --runtime argument to pass runtime directory

Not works in cross compile yet (ex. build in x64 & run in arm)

* Fix run-test.sh

remove chmod and check RunTests.sh existing


Commit migrated from dotnet/corefx@b55af9c
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants