Skip to content

Commit b9547fc

Browse files
committed
ref: execute file creation from vroom container
1 parent f0d3d29 commit b9547fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unit-test/bootstrap-s3-profiles-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source install/dc-detect-version.sh
55
source install/create-docker-volumes.sh
66

77
# Generate some random files on `sentry-vroom` volume for testing
8-
$dc run --rm --no-deps -v sentry-vroom:/var/vroom/sentry-profiles busybox sh -c '
8+
$dc run --rm --no-deps -v sentry-vroom:/var/vroom/sentry-profiles vroom sh -c '
99
for i in $(seq 1 1000); do
1010
echo "This is test file $i" > /var/vroom/sentry-profiles/test_file_$i.txt
1111
done

0 commit comments

Comments
 (0)