added script to run on un*xes
Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/118fb42e Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/118fb42e Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/118fb42e Branch: refs/heads/master Commit: 118fb42e831bd893321fb3cd77d5656f8a527bf3 Parents: c369d16 Author: Carlos Sierra <[email protected]> Authored: Tue Oct 11 19:04:28 2016 +0200 Committer: Carlos Sierra <[email protected]> Committed: Tue Oct 11 19:04:28 2016 +0200 ---------------------------------------------------------------------- run.sh | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/118fb42e/run.sh ---------------------------------------------------------------------- diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..c6d6dae --- /dev/null +++ b/run.sh @@ -0,0 +1,2 @@ +#!/bin/sh +./gradlew -q test-cxf:run \ No newline at end of file
