Skip to content

Commit

Permalink
6.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Oakes committed Feb 14, 2020
1 parent a98008a commit 063d5ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mdw/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- all package.yaml files

3. Comment/uncomment these CLI tests:
- mdw/cli/tests/quickstart.bats (line 52 -- skip for formal/1st shapshot build, add back for second/subsequent snapshots)
- mdw/cli/tests/quickstart.bats (line 53 -- skip for formal/1st shapshot build, add back for second/subsequent snapshots)
- mdw/cli/tests/convert.bats (line 18 -- skip for formal/1st snapshot builds, add back for second/subsequent snapshots)
TODO: better way of handling -- this is because mdw.version is something that hasn't been published yet (formal and first snapshot)

Expand Down
2 changes: 1 addition & 1 deletion mdw/cli/tests/convert.bats
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CONFIG_LOC="--config-loc=../../config"
STD_ARGS="$PROJECT_DIR $ASSET_LOC $CONFIG_LOC --no-progress"

@test "convert impl" {
# skip 'formal'
skip 'formal'
mdw convert --input=./RestServiceAdapter.impl $STD_ARGS
diff $ASSETS/com/centurylink/mdw/workflow/adapter/rest/RestServiceAdapter.java RestServiceAdapter.java.txt
rm -rf $ASSETS/com/centurylink/mdw/workflow
Expand Down
2 changes: 1 addition & 1 deletion mdw/cli/tests/quickstart.bats
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ NO_UPDATE="--no-update"
}

@test "install" {
# skip 'formal'
skip 'formal'
rm -rf install-mdw
mdw init install-mdw --snapshots $NO_UPDATE $TEMPLATE_DIR
mdw install --project-dir=./install-mdw --boot-jar-loc=./install-mdw --binaries-url="file://$PWD/../../deploy/app"
Expand Down

0 comments on commit 063d5ae

Please sign in to comment.