forked from loafle/openapi-generator-original
[C] Update build-and-test.bash for CI errors (#4312)
* Update build-and-test.bash add check for non autogenerated test file * Update README.md.mustache Add instructions on how to test petstore sample manual tests. * remove petstore sample from readme
This commit is contained in:
parent
a2b37d67c0
commit
6795434469
@ -16,6 +16,7 @@ cmake .
|
||||
|
||||
make
|
||||
|
||||
./unit-manual-PetAPI
|
||||
./unit-manual-UserAPI
|
||||
./unit-manual-StoreAPI
|
||||
if [ -f unit-manual-PetAPI ]; then ./unit-manual-PetAPI; fi
|
||||
if [ -f unit-manual-UserAPI ]; then ./unit-manual-UserAPI; fi
|
||||
if [ -f unit-manual-StoreAPI ]; then ./unit-manual-StoreAPI; fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user