Scott Lahteine
2 years ago
9 changed files with 34 additions and 29 deletions
@ -1,13 +0,0 @@ |
|||
#!/usr/bin/env bash |
|||
# |
|||
# Build tests for Index_Mobo_Rev03 |
|||
# |
|||
|
|||
# exit on first failure |
|||
set -e |
|||
|
|||
use_example_configs Index/REV_03 |
|||
exec_test $1 $2 "Index REV03 Pick and Place" "$3" |
|||
|
|||
# cleanup |
|||
restore_configs |
@ -0,0 +1,13 @@ |
|||
#!/usr/bin/env bash |
|||
# |
|||
# Build tests for Opulo_Lumen_REV3 |
|||
# |
|||
|
|||
# exit on first failure |
|||
set -e |
|||
|
|||
use_example_configs Opulo/Lumen_REV3 |
|||
exec_test $1 $2 "Opulo Lumen REV3 Pick-and-Place" "$3" |
|||
|
|||
# cleanup |
|||
restore_configs |
Loading…
Reference in new issue