Created
January 3, 2018 09:26
-
-
Save juliandescottes/befe84bf93da41b05f9f02f0a3842075 to your computer and use it in GitHub Desktop.
RUN DAMP LOCALLY
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
Run all DAMP tests | |
./mach talos-test --activeTests damp | |
Run a specific DAMP test | |
./mach talos-test --activeTests damp --subtests simple.inspector | |
Run a specific test only once | |
./mach talos-test --activeTests damp --cycles 1 --tppagecycles 1 --subtests simple.inspector | |
Find the list of arguments at: | |
testing/talos/talos/cmdline.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment