From 4ba33c06209525970d4dcd6732607a85e28dcc68 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Mon, 8 Feb 2016 18:48:24 -0500 Subject: [svn-r29068] Minor clean up of mixed tabs and spaces in testswmr.sh.in. Tested on: Local linux VM (testswmr.sh only) --- test/testswmr.sh.in | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/test/testswmr.sh.in b/test/testswmr.sh.in index 75d9bda..32f80ff 100644 --- a/test/testswmr.sh.in +++ b/test/testswmr.sh.in @@ -161,7 +161,7 @@ do echo "## Use H5Fstart_swmr_write() to enable SWMR writing mode" echo "###############################################################################" - # Remove any possible writer message file before launching writer + # Remove any possible writer message file before launching writer rm -f $WRITER_MESSAGE # # Launch the Writer @@ -170,7 +170,7 @@ do ./swmr_start_write $compress $index_type $Nrecords $seed & pid_writer=$! $DPRINT pid_writer=$pid_writer - # + # Wait for message from writer process before starting reader(s) WAIT_MESSAGE $WRITER_MESSAGE @@ -228,7 +228,8 @@ do echo generator had error nerrors=`expr $nerrors + 1` fi - # Remove any possible writer message file before launching writer + + # Remove any possible writer message file before launching writer rm -f $WRITER_MESSAGE # # Launch the Writer @@ -237,7 +238,7 @@ do ./swmr_writer -o $Nrecords $seed & pid_writer=$! $DPRINT pid_writer=$pid_writer - # + # Wait for message from writer process before starting reader(s) WAIT_MESSAGE $WRITER_MESSAGE # @@ -286,7 +287,7 @@ do echo "###############################################################################" echo "## Remove test - test shrinking the dataset" echo "###############################################################################" - # + # Remove any possible writer message file before launching writer rm -f $WRITER_MESSAGE # Launch the Remove Writer @@ -295,7 +296,7 @@ do ./swmr_remove_writer -o $Nrecs_rem $seed & pid_writer=$! $DPRINT pid_writer=$pid_writer - # + # Wait for message from writer process before starting reader(s) WAIT_MESSAGE $WRITER_MESSAGE # @@ -361,7 +362,7 @@ do echo writer had error nerrors=`expr $nerrors + 1` fi - # + # Remove any possible writer message file before launching writer rm -f $WRITER_MESSAGE # @@ -371,7 +372,7 @@ do ./swmr_addrem_writer $Nrecords $seed & pid_writer=$! $DPRINT pid_writer=$pid_writer - # + # Wait for message from writer process before starting reader(s) WAIT_MESSAGE $WRITER_MESSAGE # @@ -431,7 +432,7 @@ do echo generator had error nerrors=`expr $nerrors + 1` fi - # + # Remove any possible writer message file before launching writer rm -f $WRITER_MESSAGE # Launch the Sparse writer @@ -439,7 +440,7 @@ do nice -n 20 ./swmr_sparse_writer $Nrecs_spa & pid_writer=$! $DPRINT pid_writer=$pid_writer - # + # Wait for message from writer process before starting reader(s) WAIT_MESSAGE $WRITER_MESSAGE # @@ -495,3 +496,4 @@ else echo "SWMR tests failed with $nerrors errors." exit 1 fi + -- cgit v0.12