Browse Source

Fix test script asset copy script

Ben Hsieh 9 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
 rnpm link
41
 rnpm link
42
 
42
 
43
 # copy android assets
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
 # start RN
46
 # start RN
47
 cd "${TEST_APP_PATH}"
47
 cd "${TEST_APP_PATH}"