Add test_suite_scripts folder and WSL2 quickstart guides - #151
Open
gitwjr wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
test_suite_scriptsfolder containing automation scripts and guides forbuilding the Test Suite on Windows with WSL2, and updates the README Tip to
point WSL2 users at the QuickStart Guide.
This is the real version of what was attached to #148 as comments. The scripts
and guides have been updated since then: the folder and filenames no longer
contain spaces, the test suite version is now parameterized rather than
hardcoded, and a bug in the script's copy step has been fixed.
WAVE_WSL_QuickStart_Guide.mdis the entry point; it cross-referencesWAVE_WSL_User_Guide.mdfor detailed and clean-install instructions.test_suite_scripts/README.mdrenders as the folder landing page. The remainingmarkdown files are displayed to the user by the scripts during testing.
The test_suite_scripts folder sits at the repo root because the build scripts expect to find it
there after the clone.
The Tip no longer links
Final_Instructions_WSL2_20241220.mddirectly. Thatdocument predates these scripts and covers Linux/WSL in more depth than the
automated path needs. It remains linked from
WAVE_WSL_User_Guide.md, andnothing is moved or removed by this PR.
This also removes the README's only direct link to
doc/Install-Instructions-Windows-with-WSL2.pdf. That file is untouched, and Iverified its instruction videos remain reachable and playable via
Final_Instructions_WSL2_20241220.md.One question: the guides instruct users to clone the default branch, so this
folder only reaches them once
stagingis merged tomaster. Is there atimeline for that merge?