Skip to content

Commit

Permalink
xpar-torture: quiet mode for forced operation
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Oct 14, 2024
1 parent bdfeeb7 commit e4d0b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpar-torture.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ test_roundtrip_joint() {
test_rt_stoch_aux() {
(./xpar -Jef $2 $1 && \
./perturb $1.xpa $3 && \
./xpar -Jdf $1.xpa $1.org && \
./xpar -Jdfq $1.xpa $1.org && \
dd if=$1.org of=$1.org.tmp bs=$(stat -c %s $1) count=1 2>/dev/null || \
cmp $1 $1.org.tmp && \
rm -f $1.xpa $1.org.tmp $1.org) &
Expand Down

0 comments on commit e4d0b34

Please sign in to comment.