File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,12 @@ examples_gradle clean
69
69
examples_gradle classes
70
70
71
71
# run examples
72
+ DATE=$( date -u ' +%Y%m%d%H%M%S' )
72
73
run_example account-info " ${AUTH_FILE} "
73
74
cat /dev/urandom | head -c 1024 > " ${tempfile} "
74
- run_example upload-file " ${AUTH_FILE} " " ${tempfile} " /test/dropbox-sdk-java/examples/upload-file/small-1KiB.dat
75
+ run_example upload-file " ${AUTH_FILE} " " ${tempfile} " /test/dropbox-sdk-java/${DATE} / examples/upload-file/small-1KiB.dat
75
76
cat /dev/urandom | head -c $(( 32 << 20 )) > " ${tempfile} "
76
- run_example upload-file " ${AUTH_FILE} " " ${tempfile} " /test/dropbox-sdk-java/examples/upload-file/large-32MiB.dat
77
+ run_example upload-file " ${AUTH_FILE} " " ${tempfile} " /test/dropbox-sdk-java/${DATE} / examples/upload-file/large-32MiB.dat
77
78
78
79
# build android
79
80
android_gradle clean
You can’t perform that action at this time.
0 commit comments