diff --git a/scripts/test.sh b/scripts/test.sh index 072bbb2c..11458160 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -106,8 +106,8 @@ elif [ "$TARGET" = "react-tests-android" ]; then done /opt/android-sdk-linux/platform-tools/adb pull /sdcard/tests.xml . || true - more "********* TESTS COMPLETED *********"; - more "********* File location: `pwd`/tests.xml *********"; + echo "********* TESTS COMPLETED *********"; + echo "********* File location: `pwd`/tests.xml *********"; more tests.xml else echo "Invalid target '${TARGET}'"