PHP Classes

File: vendor/gabordemooij/redbean/run_single_test.sh

Recommend this page to a friend!
  Classes of Adrian M   upMVC   vendor/gabordemooij/redbean/run_single_test.sh   Download  
File: vendor/gabordemooij/redbean/run_single_test.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: upMVC
Pure PHP web development without other frameworks
Author: By
Last change:
Date: 26 days ago
Size: 211 bytes
 

Contents

Class file image Download
#!/bin/sh if [ -z "$1" ] then echo "Please enter the name of a test suite, example: Blackhole/Version" exit fi php replica2.php cp rb.php testing/cli/testcontainer/rb.php cd testing cd cli php runtests.php $1