Yaffs site version 1.1
[yaffs-website] / vendor / gabordemooij / redbean / run_single_test.sh
1 #!/bin/sh
2 if [ -z "$1" ]
3 then
4         echo "Please enter the name of a test suite, example: Blackhole/Version"
5         exit
6 fi
7 php replica2.php
8 cp rb.php testing/cli/testcontainer/rb.php
9 cd testing
10 cd cli
11 php runtests.php $1