| commit | b325ea28d24f26fb8c31b67378a9545a4c68803d | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Sat Sep 13 12:38:31 2014 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Sat Sep 13 12:38:31 2014 +0000 |
| tree | 9f9a07a9228f379d8db65670646b8e6e72bb2bc1 | |
| parent | d577fdc7942b5cb16c42c0c1358f008927cbc4cc [diff] | |
| parent | 4f58c429721087e34db91063637a0d08f2dbcf24 [diff] |
Merge "Add $TOP_DIR to the path when calling worlddump script"
diff --git a/stack.sh b/stack.sh index 7bfd072..8da9d3c 100755 --- a/stack.sh +++ b/stack.sh
@@ -639,9 +639,9 @@ if [[ $r -ne 0 ]]; then echo "Error on exit" if [[ -z $LOGDIR ]]; then - ./tools/worlddump.py + $TOP_DIR/tools/worlddump.py else - ./tools/worlddump.py -d $LOGDIR + $TOP_DIR/tools/worlddump.py -d $LOGDIR fi fi