Skip to content

Instantly share code, notes, and snippets.

@foertel
foertel / testinram.sh
Created March 11, 2014 13:37
Run TYPO3 functional tests in ramdisk for speeeeeed ...
#!/bin/bash
#
# This script will
# * fire up a ramdisk
# * start a mysql server using it as storage
# * copying your typo3 database to ram
# * run the tests
# * clean up
#
# use -k as parameter to clean-up after a failed run