Skip to content

Commit e61c180

Browse files
committed
more debug
1 parent 3cc8e38 commit e61c180

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ source install/create-docker-volumes.sh
77
# Generate some random files on `sentry-vroom` volume for testing
88
$dc run --rm --no-deps -v sentry-vroom:/var/vroom/sentry-profiles --entrypoint /bin/bash vroom -c '
99
ls -lah /var/vroom/sentry-profiles/
10+
whoami
1011
for i in $(seq 1 1000); do
11-
su vroom -c "echo This is test file $i > /var/vroom/sentry-profiles/test_file_$i.txt"
12+
echo This is test file $i > /var/vroom/sentry-profiles/test_file_$i.txt
1213
done
1314
'
1415

0 commit comments

Comments
 (0)