Skip to content
Snippets Groups Projects
Select Git revision
  • a8dc2c1e09545e24a068ec5c0a7a361ca2a18b15
  • release default
  • master protected
  • feature/xx-4717/logLevel
  • XX-4626/SingleUsePackage
  • josh/DmPackage
  • xx-4437/no-registration
  • feature/project/DM
  • project/channels
  • feature/ctidh
  • Jakub/rootless-CI
  • jono/wasmDemo
  • feature/XX-4108/updateProtoc
  • feature/hotfix/unsafe_send_to_self
  • Anne/OldSessionTesting
  • hotfix/groupChat
  • josh/groupCreationScript
  • feature/XX-3797/restore
  • feature/XX-3789/DeleteIndividualRequests
  • dev
  • feature/debugSendCMIX
21 results

run.sh

Blame
  • user avatar
    Spencer Brown authored
    ebacbe03
    History
    run.sh 375 B
    #!/bin/bash
    
    # Build
    ./build.sh
    
    # Run
    pushd basice2e
    ./run.sh
    popd
    
    # View result logs
    # Not using $EDITOR or $VISUAL because many editors that people set those to
    # don't have as easy support for viewing multiple files
    ${INTEGRATION_EDITOR:-gedit} ./basice2e/results/clients/*.out ./basice2e/results/servers/*.console ./basice2e/results/*.log ./basice2e/results/*.console&