Skip to content
Snippets Groups Projects
Select Git revision
  • 751b736df94e81fe03741e17f245c47fdf341dcd
  • master default protected
  • noetic_mxnet_image
3 results

integrationTestMqtt.sh

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    integrationTestMqtt.sh 158 B
    #!/bin/bash
    set -e
    baseDir=$(readlink -f `dirname $0`/../../..)
    
    for f in `find $baseDir/target/generated-sources-mqtt/ -name compile.sh`
    do
    	bash -H $f
    done