diff --git a/multimedia/medialibrary/mediaLibrary_js_standard/Test.json b/multimedia/medialibrary/mediaLibrary_js_standard/Test.json index a17d513ba2b73e618f3887326fda504b5756adb6..bf7d4c0ea18ba7670f01a6ab5723d356af9b79f8 100644 --- a/multimedia/medialibrary/mediaLibrary_js_standard/Test.json +++ b/multimedia/medialibrary/mediaLibrary_js_standard/Test.json @@ -14,15 +14,14 @@ "push": [ "./resource/medialibrary/01.jpg ->/storage/media/100/local/files", "./resource/medialibrary/01.mp3 ->/storage/media/100/local/files", - "./resource/medialibrary/01.mp4 ->/storage/media/100/local/files" + "./resource/medialibrary/01.mp4 ->/storage/media/100/local/files", + "./resource/medialibrary/copy_files.sh ->/data/local/tmp" ] }, { "type": "ShellKit", "run-command": [ - "for n in `seq 1 999`; do cp /storage/media/100/local/files/01.jpg /storage/media/100/local/files/copy-$n.jpg; done;", - "for n in `seq 1 999`; do cp /storage/media/100/local/files/01.mp3 /storage/media/100/local/files/copy-$n.mp3; done;", - "for n in `seq 1 999`; do cp /storage/media/100/local/files/01.mp4 /storage/media/100/local/files/copy-$n.mp4; done;", + "sh /data/local/tmp/copy_files.sh", "chmod -R 777 /storage/media/100/local/files/*", "chmod -R 777 /data/service/el2/100/hmdfs/account/files/*", "setenforce 0"