More renaming. Hopefully fixed version number.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# See http://live.gnome.org/Orca/RegressionTesting for more info.
|
||||
# See http://live.gnome.org/Cthulhu/RegressionTesting for more info.
|
||||
#
|
||||
# runall.sh can take the following optional parameters:
|
||||
#
|
||||
@ -26,7 +26,7 @@ export PATH=$harnessDir/bin:$PATH:/usr/lib/openoffice/program
|
||||
|
||||
coverageMode=0
|
||||
profileMode=0
|
||||
runOrcaOnce=0
|
||||
runCthulhuOnce=0
|
||||
|
||||
process_cl () {
|
||||
while [ $# != 0 ]; do
|
||||
@ -91,7 +91,7 @@ process_cl "${@}"
|
||||
|
||||
if [ "$coverageMode" -eq 1 ]
|
||||
then
|
||||
runOrcaOnce=1
|
||||
runCthulhuOnce=1
|
||||
export HARNESS_ASSERT=0
|
||||
echo generating coverage map...
|
||||
coverageDir=../coverage/`date +%Y-%m-%d_%H:%M:%S`
|
||||
@ -105,7 +105,7 @@ fi
|
||||
|
||||
if [ "$profileMode" -eq 1 ]
|
||||
then
|
||||
runOrcaOnce=1
|
||||
runCthulhuOnce=1
|
||||
export HARNESS_ASSERT=0
|
||||
echo generating profile information...
|
||||
cp $harnessDir/user-settings.conf.in user-settings.conf
|
||||
@ -172,7 +172,7 @@ do
|
||||
echo Running $testFile
|
||||
if [ "$found" -gt 0 ]
|
||||
then
|
||||
$harnessDir/runone.sh $testFile $application $runOrcaOnce
|
||||
$harnessDir/runone.sh $testFile $application $runCthulhuOnce
|
||||
else
|
||||
osType=`uname`
|
||||
for os in $OPERATING_SYSTEMS; do
|
||||
@ -181,17 +181,17 @@ do
|
||||
found=1
|
||||
if [ $osType == $os ]
|
||||
then
|
||||
$harnessDir/runone.sh $testFile $runOrcaOnce
|
||||
$harnessDir/runone.sh $testFile $runCthulhuOnce
|
||||
fi
|
||||
fi
|
||||
done
|
||||
if [ "$found" -eq 0 ]
|
||||
then
|
||||
$harnessDir/runone.sh $testFile $runOrcaOnce
|
||||
$harnessDir/runone.sh $testFile $runCthulhuOnce
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "$runOrcaOnce" -eq 0 ]
|
||||
if [ "$runCthulhuOnce" -eq 0 ]
|
||||
then
|
||||
# Copy the results (.cthulhu) file to the output directory.
|
||||
# This is the file that will be used for regression
|
||||
|
Reference in New Issue
Block a user