X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fsort.sh;h=c619ca25799bf4233d78518f304de9bdad8e7ccc;hb=897a260ef7a8b954d56698cc40241a3197127505;hp=f51881a326133da0295af79b10146c7c055f9cfe;hpb=6ccbd384363db2e304ffe8cc51fcd2eac0a5349a;p=pspp diff --git a/tests/command/sort.sh b/tests/command/sort.sh index f51881a326..c619ca2579 100755 --- a/tests/command/sort.sh +++ b/tests/command/sort.sh @@ -10,11 +10,13 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() { + cd / rm -rf $TEMPDIR } @@ -91,7 +93,7 @@ for count_repeat_buffers in \ repeat=$2 buffers=$3 - echo -n . + printf . activity="generate data for $count_repeat_buffers run" $PERL gen-data.pl $count $repeat > sort.data