Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8ba486
)
* doh! (thanks, mike)
author
rread
<rread>
Fri, 1 Aug 2003 00:19:57 +0000
(
00:19
+0000)
committer
rread
<rread>
Fri, 1 Aug 2003 00:19:57 +0000
(
00:19
+0000)
lustre/tests/replay-single.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/replay-single.sh
b/lustre/tests/replay-single.sh
index
1fa7ce1
..
6939a03
100755
(executable)
--- a/
lustre/tests/replay-single.sh
+++ b/
lustre/tests/replay-single.sh
@@
-134,7
+134,6
@@
run_one() {
# Pretty tests run faster.
echo -n '=====' $testnum: $message
local suffixlen=`echo -n $2 | awk '{print 65 - length($0)}'`
- local suffixlen=$((65 - `echo -n $2 | wc -c | awk '{print $1}'`))
printf ' %.*s\n' $suffixlen $EQUALS
test_${testnum} || error "test_$testnum failed with $?"