projects
/
can-benchmark.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bec6068
)
Remove previous test results before running a test
author
Michal Sojka
<sojkam1@fel.cvut.cz>
Tue, 30 Nov 2010 16:25:31 +0000
(17:25 +0100)
committer
Michal Sojka
<sojkam1@fel.cvut.cz>
Tue, 30 Nov 2010 16:25:31 +0000
(17:25 +0100)
gw-tests/lib.sh
patch
|
blob
|
history
diff --git
a/gw-tests/lib.sh
b/gw-tests/lib.sh
index
f7fcf75
..
63ee99d
100644
(file)
--- a/
gw-tests/lib.sh
+++ b/
gw-tests/lib.sh
@@
-76,7
+76,9
@@
_run() {
dir=$(create_dirs_and_links $(basename $0 .sh) $kvers)
script=$PWD/$0
cd $dir
+ echo "Working directory: $dir"
if [[ ! "$OPT_PLOT_ONLY" ]]; then
+ rm -rf *
cleanupgw
main
cp $script .