Skip to content

Commit 6e8f605

Browse files
committed
Minor cleanup in build tools
1 parent b6cb3c6 commit 6e8f605

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

tools/pyRelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ rm -rf code/$pkg.egg-info
185185

186186
# Even though we're not going to upload the binary wheel, we do
187187
# want the build process to create it as a "final" check on the contents
188-
python -m build --sdist| grep -Ev "^copying|^adding"
188+
python -m build | grep -Ev "^copying|^adding"
189189
if [ $? -ne 0 ]
190190
then
191191
echo "ERROR: Failed to build."

tools/runApp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ EOF
105105
*)
106106
echo "Need to provide an option"
107107
echo "Available options include:"
108-
echo " bvt bput bpub "
109-
echo " inq cb gdb "
110-
echo " pcf1 pcf2 props"
108+
echo " bvt cb "
111109
echo " xmp (to pick one of the examples)"
112110
exit 1
113111
;;

tools/testInstClient.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
curdir=`pwd`
88

99
# Prepare for release, and push to the local server
10-
echo Y | ./pyRelease.sh -l N -v
10+
echo Y | ./pyRelease.sh -l Y -v
1111
if [ $? -ne 0 ]
1212
then
1313
echo "Release process failed"

0 commit comments

Comments
 (0)