Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
cd $MY_SQROOT/../sql/regress/<suite>

# You can add the following two exports to .bashrc or .profile for convenience
export rundir=$MY_SQROOT/rundir
export scriptsdir=$MY_SQROOT/../sql/regress

# run the test
cd $rundir/<suite>
$scriptsdir/<suite>/runregr -sb <test>
Code Block
languagebash
titleExample: Run Individual Test Suite
cd $rundir/executor
$scriptsdir/executor/runregr -sb TEST130

...