Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created February 18, 2014 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/9082205 to your computer and use it in GitHub Desktop.
Save jcrossley3/9082205 to your computer and use it in GitHub Desktop.
[jim@thinky blank]$ lein immutant test
Running tests inside Immutant...
Starting JBoss
/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.4.1.fc19.x86_64/jre/bin/java -Xms64m -Xmx1024m -XX:MaxPermSize=1024m -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSClassUnloadingEnabled -Djboss.home.dir=/home/jim/.immutant/current/jboss -Dlogging.configuration=file:/home/jim/.immutant/current/jboss/standalone/configuration/logging.properties -Dorg.jboss.boot.log.file=/home/jim/apps/blank/target/isolated-immutant/standalone/log/boot.log -jar /home/jim/.immutant/current/jboss/jboss-modules.jar -mp /home/jim/.immutant/current/jboss/modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -Djboss.server.base.dir=/home/jim/apps/blank/target/isolated-immutant/standalone -Djboss.socket.binding.port-offset=67
Deploying /home/jim/apps/blank/.descriptors/blank.clj
Connecting to remote app...
Running clojure.test tests...
Testing namespaces in container: (blank.core-test)
Testing blank.core-test
FAIL in (a-test) (core_test.clj:7)
FIXME, I fail.
expected: (= 0 1)
actual: (not (= 0 1))
Ran 1 tests containing 1 assertions.
1 failures, 0 errors.
Undeploying blank
Stopping JBoss
Tests failed
[jim@thinky blank]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment