Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 525e9df

Browse files
committed
detach
1 parent 6ff23c1 commit 525e9df

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

integrationTest.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ echo "Building containers..."
3636
cd ../docker/ && make && cd ../tests/
3737
docker-compose build
3838
echo "Running integration tests..."
39+
# Make an empty host mounted volume for shared data
3940
rm -rf /tmp/bot-ssh-ca-integration-volume
4041
mkdir -p /tmp/bot-ssh-ca-integration-volume
41-
docker-compose up
42+
docker-compose up -d
4243

4344
docker logs kssh -f | indent
4445
TEST_EXIT_CODE=`docker wait kssh`

0 commit comments

Comments
 (0)