Skip to content

Instantly share code, notes, and snippets.

@mattdeboard
Created July 5, 2014 21:34
Show Gist options
  • Select an option

  • Save mattdeboard/7798d9232a6fd3477ddb to your computer and use it in GitHub Desktop.

Select an option

Save mattdeboard/7798d9232a6fd3477ddb to your computer and use it in GitHub Desktop.
#!/bin/bash
# -*- shell-script -*-
emacs -batch -l ert-bootstrap.el -l elixir-mode-tests.el -f ert-run-tests-batch-and-exit 2> /dev/null
if [ $? == 0 ]; then
echo "Success"
else
echo "Fail"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment