Skip to content

Commit f0690dc

Browse files
abrightonabrighton
authored andcommitted
Updated csw-services.sh usage for latest csw version (with -e option to start only event service)
1 parent bac5638 commit f0690dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

0 commit comments

Comments
 (0)