Skip to content

Commit 61f2b72

Browse files
clean up what exec does
1 parent ae77c0a commit 61f2b72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Execute the test suite:
9898
```
9999

100100
#### Run the Application
101-
Start the OGO application:
101+
Test out the OGO application by running it against Main.java
102102

103103
```bash
104104
./tasks.sh exec

tasks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function exec() {
101101
(
102102
export LD_LIBRARY_PATH="./src/main/c/build"
103103
export JAVA_TOOL_OPTIONS="-Djava.util.logging.config.file=./src/main/resources/logging.properties"
104-
mvn -e exec:exec@main
104+
mvn exec:exec@serverStart && sleep 4 && mvn -e exec:exec@main
105105
)
106106
}
107107

0 commit comments

Comments
 (0)