[pypy-commit] pypy hpy: update the script with the new location

antocuni pypy.commits at gmail.com
Mon Nov 18 06:28:38 EST 2019


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: hpy
Changeset: r98103:5b07516b0134
Date: 2019-11-18 10:56 +0100
http://bitbucket.org/pypy/pypy/changeset/5b07516b0134/

Log:	update the script with the new location

diff --git a/pypy/module/hpy_universal/update_vendored.sh b/pypy/module/hpy_universal/update_vendored.sh
--- a/pypy/module/hpy_universal/update_vendored.sh
+++ b/pypy/module/hpy_universal/update_vendored.sh
@@ -8,7 +8,7 @@
 fi
 
 DIR=$(dirname $0)
-VENDORED=$DIR/test/_vendored
+VENDORED=$DIR/_vendored
 HPY=$1
 
 echo "status of the repo $HPY:"
@@ -16,5 +16,5 @@
 git -C "$HPY" describe --abbrev --always --dirty
 
 cp -R "$HPY"/hpy-api/hpy_devel/include/* "$VENDORED/include"
-#cp $HPY/test/support.py $VENDORED/
+cp -R "$HPY"/test/* "$VENDORED/test"
 


More information about the pypy-commit mailing list