chiark / gitweb /
Add a script to quickly run an interactive test session.
authorYann Dirson <ydirson@altern.org>
Fri, 16 Mar 2007 22:45:45 +0000 (22:45 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Fri, 16 Mar 2007 22:45:45 +0000 (22:45 +0000)
commitbc97194adc2d563d9044d082a28427fbda1c9cfd
tree8a0c282bfc3b6a53db264d105c677269004e4c30
parent03c8cd3a5f385568415a250cc179e990831b1e8a
Add a script to quickly run an interactive test session.

This uses the capabilities of the test library to provide a throw-away
playground to test how the current stgit tree behaves.

To use it, run the following command:
(cd t && ./interactive.sh)

You'll get a shell in a brand new git tree.  Exiting that shell will
get rid of this temporary directory.

Signed-off-by: Yann Dirson <ydirson@altern.org>
t/interactive.sh [new file with mode: 0755]