Files
master
devstack /tools /debug_function.sh
Dan Smith edee6dc341 Add debug helper script
I'm not sure if others will find this useful, but I use this
script to run pieces of devstack while trying to write/debug
things. It saves me a lot of time being able to get to some
project-lib function without a full clean/re-stack.
Figured I'd share in case it's worth putting into the tree.
Change-Id: I9a92fa71d34f50c2f5ba7d11c1a45301bd4478bf
2021年01月12日 17:41:19 -08:00

25 lines
535 B
Bash
Executable File

#!/bin/bash
# This is a small helper to speed development and debug with devstack.
# It is intended to help you run a single function in a project module
# without having to re-stack.
#
# For example, to run the just start_glance function, do this:
#
# ./tools/debug_function.sh glance start_glance
if [ ! -f "lib/1ドル" ]; then
echo "Usage: 0ドル [project] [function] [function...]"
fi
source stackrc
source lib/1ドル
shift
set -x
while [ "1ドル" ]; do
echo ==== Running 1ドル ====
1ドル
echo ==== Done with 1ドル ====
shift
done