Show
Ignore:
Timestamp:
08/05/08 22:41:14 (2 years ago)
Author:
Hans Petter Jansson <hpj@gong.(none)>
git-committer:
Hans Petter Jansson <hpj@gong.(none)> 1217990474 -0500
git-parent:

[e7ad5153b09aab51efdd87ba69cc1f8f66265cef]

git-author:
Hans Petter Jansson <hpj@cl.no> 1217990474 -0500
Message:

Allow commenting out tests from tests.list using '#'.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • test/stress-gdb.sh

    reff44ee r03be3fd  
    2727echo -n "Preparing... " 
    2828 
    29 for i in $(cat tests.list); do 
     29for i in $(grep "^[ \t]*[^#]" tests.list); do 
    3030  ./$i >/dev/null 2>&1; 
    3131done 
     
    3636  echo -n -e "\rIterations: $m" 
    3737 
    38   for i in $(cat tests.list); do 
     38  for i in $(grep "^[ \t]*[^#]" tests.list); do 
    3939    cat <<EOF >.expect-commands 
    4040proc send {ignore arg} {