summaryrefslogtreecommitdiff
path: root/tests/remote
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2013-03-04 20:50:14 +0100
committerKai Engert <kaie@kuix.de>2013-03-04 20:50:14 +0100
commit5bb352e6f51b3086fe7df36d9ed4f34380916e7a (patch)
tree438ec86630c9d520729751ad5820a976e85675a7 /tests/remote
parentcc3da80d3ac00171f0b49dba5211eba86e3a519f (diff)
downloadnss-hg-5bb352e6f51b3086fe7df36d9ed4f34380916e7a.tar.gz
Bug 845556, address review comment for Android bustage fix, whitespace only
Diffstat (limited to 'tests/remote')
-rw-r--r--tests/remote/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/remote/Makefile b/tests/remote/Makefile
index 08f1d2b65..ebae72d78 100644
--- a/tests/remote/Makefile
+++ b/tests/remote/Makefile
@@ -95,7 +95,7 @@ ifeq ($(CROSS_COMPILE),1)
echo 'echo "signing"' >> $(RTSH)
# work around a bug in Android ash that has a corrupted work directory after login
echo 'cd $${HOME}/nsstest' >> $(RTSH)
- echo 'cd nss/cmd/shlibsign' >> $(RTSH)
+ echo 'cd nss/cmd/shlibsign' >> $(RTSH)
echo '$(TEST_SHELL) ./sign.sh $${DIST}/$${OBJDIR}/ $${DIST}/$${OBJDIR}/bin $${OS_TARGET} $${NSPR_LIB_DIR} $${NSPR_LIB_DIR}$${DLL_PREFIX}freebl3.$${DLL_SUFFIX}' >> $(RTSH)
echo '$(TEST_SHELL) ./sign.sh $${DIST}/$${OBJDIR}/ $${DIST}/$${OBJDIR}/bin $${OS_TARGET} $${NSPR_LIB_DIR} $${NSPR_LIB_DIR}$${DLL_PREFIX}softokn3.$${DLL_SUFFIX}' >> $(RTSH)
echo '$(TEST_SHELL) ./sign.sh $${DIST}/$${OBJDIR}/ $${DIST}/$${OBJDIR}/bin $${OS_TARGET} $${NSPR_LIB_DIR} $${NSPR_LIB_DIR}$${DLL_PREFIX}nssdbm3.$${DLL_SUFFIX}' >> $(RTSH)
@@ -104,16 +104,16 @@ ifneq ($(OS_TARGET),Android)
echo 'export -n DIST' >> $(RTSH)
echo 'export -n NSPR_LIB_DIR' >> $(RTSH)
endif
- echo 'cd ../../../' >> $(RTSH)
+ echo 'cd ../../../' >> $(RTSH)
endif
echo 'rm -rf tests_results' >> $(RTSH)
echo 'echo "running tests"' >> $(RTSH)
- echo 'cd nss/tests' >> $(RTSH)
+ echo 'cd nss/tests' >> $(RTSH)
# We require progress indication on stdout while running the tests (to avoid timeouts).
set -o pipefail
- echo '$(TEST_SHELL) ./all.sh | tee ../../logfile 2>&1 |grep ": #"' >> $(RTSH)
+ echo '$(TEST_SHELL) ./all.sh | tee ../../logfile 2>&1 |grep ": #"' >> $(RTSH)
RETVAL=$?
- echo 'cd ../../' >> $(RTSH)
+ echo 'cd ../../' >> $(RTSH)
# dump test summary from end of logfile
echo 'echo "=========="; tail -100 logfile' >> $(RTSH)
echo 'tar czf tests_results.tgz tests_results' >> $(RTSH)