Skip to content

Commit

Permalink
Fix in debugging commandx
Browse files Browse the repository at this point in the history
  • Loading branch information
AnetaCadova committed Oct 9, 2020
1 parent 1ce4446 commit bc13e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ to the maven run command.
E.g. for debugging slack tests:
```
mvn "-Dmaven.failsafe.debug=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -Xnoagent -Djava.compiler=NONE" \
clean test -P ui -Dtags="@slack" \
clean verify -P ui -Dtags="@slack" \
-Dsyndesis.config.openshift.namespace.cleanup=true \
```

Expand Down

0 comments on commit bc13e66

Please sign in to comment.