Author: Antonio Cuni <[email protected]>
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"
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to