From 6320f478c29877d77ed3032a950ea7b613d233c9 Mon Sep 17 00:00:00 2001 From: Nabil Hachicha Date: Tue, 26 Jan 2016 21:10:23 +0000 Subject: [PATCH] fixing script echo --- scripts/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}'"