Skip to content

Instantly share code, notes, and snippets.

View Ichag's full-sized avatar

Max Hellwig Ichag

  • Bielefeld, Germany
View GitHub Profile
@Ichag
Ichag / testinram.sh
Created August 5, 2016 12:43 — forked from foertel/testinram.sh
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