Skip to content

Commit

Permalink
Merge pull request syndesisio#1631 from AnetaCadova/backport-change-i…
Browse files Browse the repository at this point in the history
…n-readme

Backport to master - fix in debugging command
  • Loading branch information
mkralik3 authored Oct 13, 2020
2 parents 1ce4446 + bc13e66 commit 2788628
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 2788628

Please sign in to comment.