summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-03-24 00:09:58 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-03-24 00:09:58 -0400
commite3934667381f7483b5422fefc73992f14cfdcd71 (patch)
tree47db53b62a11ac536d9f620fd7ceb12a2f2a1373
parentf97457f1e3712e86116d7117d30f0244ccc9ef15 (diff)
Remove the diff log directory before running the test.
-rwxr-xr-xrun-test.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-test.sh.in b/run-test.sh.in
index cee60c3..b59a48f 100755
--- a/run-test.sh.in
+++ b/run-test.sh.in
@@ -16,7 +16,7 @@ dump_files()
source @ROOTDIR@/setenv.sh
# First, import and export each xls document.
-rm -rf "$CTRL_XLS_OUT_DIR"
+rm -rf "$CTRL_XLS_OUT_DIR" "$LOG_DIFF_DIR"
export LD_LIBRARY_PATH=@OOO_INSTALL_PATH@/program:@OOO_INSTALL_PATH@/ure/lib
mkdir "$CTRL_XLS_OUT_DIR" 2>/dev/null || /bin/true
cd @OOO_INSTALL_PATH@/ure/lib