Browse Source

Fix test script asset copy script

Ben Hsieh 8 years ago
parent
commit
a48842f357
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test.sh

+ 1
- 1
test.sh View File

@@ -41,7 +41,7 @@ npm install --save "${CWD}/src"
41 41
 rnpm link
42 42
 
43 43
 # copy android assets
44
-cp ./test/assets/ ./RNFetchBlobTest/android/app/src/main/
44
+cp -R ./test/assets/ ./RNFetchBlobTest/android/app/src/main/
45 45
 
46 46
 # start RN
47 47
 cd "${TEST_APP_PATH}"