Fixed incorrect references to (renamed) feature files.

This commit is contained in:
josecoll 2018-05-08 14:00:47 +01:00
parent 6c4da2a3a0
commit 0072d41958
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,4 @@ cd ${BEHAVE_DIR}
../../gradlew behaveJar
# QA interoperability
java -jar ${BEHAVE_DIR}/build/libs/corda-behave.jar -d --glue net.corda.behave.scenarios -path ${R3CORDA_HOME}/testing/qa/behave/compatibility/resources/features/qa-interop-testing.feature
java -jar ${BEHAVE_DIR}/build/libs/corda-behave.jar -d --glue net.corda.behave.scenarios -path ${R3CORDA_HOME}/testing/qa/behave/compatibility/resources/features/interoperability.feature

View File

@ -14,4 +14,4 @@ cd ${BEHAVE_DIR}
../../gradlew behaveJar
# QA functional
java -jar ${BEHAVE_DIR}/build/libs/corda-behave.jar -d --glue net.corda.behave.scenarios -path ${R3CORDA_HOME}/testing/qa/behave/functional/resources/features/qa-functional-testing.feature
java -jar ${BEHAVE_DIR}/build/libs/corda-behave.jar -d --glue net.corda.behave.scenarios -path ${R3CORDA_HOME}/testing/qa/behave/functional/resources/features/functional.feature