Browse Source

Remove a warning when running all.sh

Loïc Hoguin 11 years ago
parent
commit
71687949a5
1 changed files with 0 additions and 2 deletions
  1. 0 2
      all.sh

+ 0 - 2
all.sh

@@ -11,8 +11,6 @@ do
 	echo "    TESTING $rel"
 	echo "    TESTING $rel"
 	echo
 	echo
 	. $KERL_INSTALL_PATH/$rel/activate
 	. $KERL_INSTALL_PATH/$rel/activate
-	cp ~/.kerl/builds/$rel/otp_src_*/lib/ssl/test/erl_make_certs.erl \
-		deps/ct_helper/src/
 	CT_OPTS="-label $rel" make tests
 	CT_OPTS="-label $rel" make tests
 done
 done