Forrest logo
back to context overview

smalltalkci

List of commands for smalltalkci:

  • smalltalkci:tldr:46401 smalltalkci: Debug tests in headful mode (show VM window).
    $ smalltalkci --headful
    try on your machine
    explain this command
  • smalltalkci:tldr:47a0c smalltalkci: Specify a custom Smalltalk image and VM.
    $ smalltalkci --image ${path-to-Smalltalk-image} --vm ${path-to-vm}
    try on your machine
    explain this command
  • smalltalkci:tldr:55525 smalltalkci: Run tests for a configuration file.
    $ smalltalkci ${path-to--smalltalk-ston}
    try on your machine
    explain this command
  • smalltalkci:tldr:82c87 smalltalkci: Download and prepare a well-known smalltalk image for the tests.
    $ smalltalkci --smalltalk ${Squeak64-Trunk}
    try on your machine
    explain this command
  • smalltalkci:tldr:96ef4 smalltalkci: Run tests for the `.smalltalk.ston` configuration in the current directory.
    $ smalltalkci
    try on your machine
    explain this command
  • smalltalkci:tldr:e0fad smalltalkci: Clean up caches and delete builds.
    $ smalltalkci --clean
    try on your machine
    explain this command
back to context overview