We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc8e38 commit e61c180Copy full SHA for e61c180
_unit-test/bootstrap-s3-profiles-test.sh
@@ -7,8 +7,9 @@ source install/create-docker-volumes.sh
7
# Generate some random files on `sentry-vroom` volume for testing
8
$dc run --rm --no-deps -v sentry-vroom:/var/vroom/sentry-profiles --entrypoint /bin/bash vroom -c '
9
ls -lah /var/vroom/sentry-profiles/
10
+ whoami
11
for i in $(seq 1 1000); do
- 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
13
done
14
'
15
0 commit comments