Skip to content

Commit

Permalink
Updated csw-services.sh usage in test for csw-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abrighton authored and abrighton committed Feb 25, 2020
1 parent 8243743 commit a0a607d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

logfile=test.log
set -v
csw-services.sh start > $logfile 2>&1
csw-services.sh start -e > $logfile 2>&1 &
cd testSupport
sbt stage >> $logfile 2>&1
test-deploy/target/universal/stage/bin/test-container-cmd-app --local test-deploy/src/main/resources/TestContainer.conf >> $logfile 2>&1 &
Expand Down

0 comments on commit a0a607d

Please sign in to comment.