Skip to content

Instantly share code, notes, and snippets.

@juliandescottes
Created January 3, 2018 09:26
Show Gist options
  • Save juliandescottes/befe84bf93da41b05f9f02f0a3842075 to your computer and use it in GitHub Desktop.
Save juliandescottes/befe84bf93da41b05f9f02f0a3842075 to your computer and use it in GitHub Desktop.
RUN DAMP LOCALLY
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