fixing script echo
This commit is contained in:
parent
9b0d389ea1
commit
6320f478c2
|
@ -106,8 +106,8 @@ elif [ "$TARGET" = "react-tests-android" ]; then
|
||||||
done
|
done
|
||||||
|
|
||||||
/opt/android-sdk-linux/platform-tools/adb pull /sdcard/tests.xml . || true
|
/opt/android-sdk-linux/platform-tools/adb pull /sdcard/tests.xml . || true
|
||||||
more "********* TESTS COMPLETED *********";
|
echo "********* TESTS COMPLETED *********";
|
||||||
more "********* File location: `pwd`/tests.xml *********";
|
echo "********* File location: `pwd`/tests.xml *********";
|
||||||
more tests.xml
|
more tests.xml
|
||||||
else
|
else
|
||||||
echo "Invalid target '${TARGET}'"
|
echo "Invalid target '${TARGET}'"
|
||||||
|
|
Loading…
Reference in New Issue