Skip to content

Instantly share code, notes, and snippets.

View robertbindar's full-sized avatar

Robert Bindar robertbindar

View GitHub Profile
@robertbindar
robertbindar / setup.sh
Last active November 17, 2021 12:21
Setup script for mariadb_kernel in TLJH
#!/bin/bash
port=3306
for dir in /home/*;
do
echo $dir
rm -rf $dir/datadir $dir/.jupyter/mariadb_config.json $dir/.my.cnf
@robertbindar
robertbindar / gist:929783f2d298cf868988
Created July 14, 2014 18:06
marionette vibration test
This file has been truncated, but you can view the full file.
./bin/gaia-marionette \
--host marionette-b2gdesktop-host \
--manifest ./shared/test/integration/local-manifest.json \
--reporter spec
The Radicale CalDAV server is not installed in the virtualenv, we will skip the CalDAV tests.
If you want to run the CalDAV tests, please run |make caldav-server-install| first.
make[1]: Entering directory `/home/bindar/Desktop/gaia'
make[1]: `node_modules' is up to date.
make[1]: Leaving directory `/home/bindar/Desktop/gaia'