File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919ret_value=0
2020
2121cd ./fastdds_python/test/types
22- echo -e " Processing ${yellow} test_complete.idl test_modules.idl ${textreset} "
23- echo " Running: fastddsgen -cdr both - replace -python test_complete.idl test_modules .idl"
24- fastddsgen -cdr both - replace -python test_complete.idl test_modules .idl
22+ echo -e " Processing ${yellow} test_complete.idl${textreset} "
23+ echo " Running: fastddsgen -replace -python test_complete.idl"
24+ fastddsgen -replace -python test_complete.idl
2525if [[ $? != 0 ]]; then
2626 ret_value=-1
2727fi
@@ -31,8 +31,8 @@ if [[ $ret_value != -1 ]]; then
3131 cd " ./fastdds_python_examples/HelloWorldExample"
3232
3333echo -e " Processing ${yellow} HelloWorld.idl${textreset} "
34- echo " Running: fastddsgen -cdr both - replace -python HelloWorld.idl"
35- fastddsgen -cdr both - replace -python HelloWorld.idl
34+ echo " Running: fastddsgen -replace -python HelloWorld.idl"
35+ fastddsgen -replace -python HelloWorld.idl
3636fi
3737
3838if [[ $? != 0 ]]; then
You can’t perform that action at this time.
0 commit comments