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
6969examples_gradle classes
7070
7171# run examples
72+ DATE=$( date -u ' +%Y%m%d%H%M%S' )
7273run_example account-info " ${AUTH_FILE} "
7374cat /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
7576cat /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
7778
7879# build android
7980android_gradle clean
You can’t perform that action at this time.
0 commit comments