Skip to content

Instantly share code, notes, and snippets.

@pablox-cl
Created April 19, 2014 19:43
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 pablox-cl/11095263 to your computer and use it in GitHub Desktop.
Save pablox-cl/11095263 to your computer and use it in GitHub Desktop.
test-suite.log
====================================
rcm 1.2.2: test/test-suite.log
====================================
# TOTAL: 17
# PASS: 14
# SKIP: 0
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: mkrc-simple-output.t
==========================
!
--- mkrc-simple-output.t
+++ mkrc-simple-output.t.err
@@ -6,7 +6,7 @@
$ mkrc -v .example
Moving...
- '.example' -> '*/.dotfiles/example' (glob)
+ '/tmp/pablo/cramtests-5czBFm/mkrc-simple-output.t/.example' -> '/tmp/pablo/cramtests-5czBFm/mkrc-simple-output.t/.dotfiles/example'
Linking...
'*/.dotfiles/example' -> '*/.example' (glob)
@@ -20,7 +20,7 @@
$ mkrc -v .nested/example
Moving...
- '.nested/example' -> '*/.dotfiles/nested/example' (glob)
+ '/tmp/pablo/cramtests-5czBFm/mkrc-simple-output.t/.nested/example' -> '/tmp/pablo/cramtests-5czBFm/mkrc-simple-output.t/.dotfiles/nested/example'
Linking...
'*/.dotfiles/nested/example' -> '*/.nested/example' (glob)
@@ -34,7 +34,7 @@
$ mkrc -v .nested/deeply/example
Moving...
- '.nested/deeply/example' -> '*/.dotfiles/nested/deeply/example' (glob)
+ '/tmp/pablo/cramtests-5czBFm/mkrc-simple-output.t/.nested/deeply/example' -> '/tmp/pablo/cramtests-5czBFm/mkrc-simple-output.t/.dotfiles/nested/deeply/example'
Linking...
'*/.dotfiles/nested/deeply/example' -> '*/.nested/deeply/example' (glob)
# Ran 1 tests, 0 skipped, 1 failed.
FAIL: rcrc-custom.t
===================
!
--- rcrc-custom.t
+++ rcrc-custom.t.err
@@ -9,7 +9,7 @@
$ RCRC=./alt-rcrc mkrc -v .example
Moving...
- '.example' -> '*/.other-dotfiles/example' (glob)
+ '/tmp/pablo/cramtests-3H7mDi/rcrc-custom.t/.example' -> '/tmp/pablo/cramtests-3H7mDi/rcrc-custom.t/.other-dotfiles/example'
Linking...
'*/.other-dotfiles/example' -> '*/.example' (glob)
# Ran 1 tests, 0 skipped, 1 failed.
FAIL: rcrc.t
============
!
--- rcrc.t
+++ rcrc.t.err
@@ -9,7 +9,7 @@
$ mkrc -v .example
Moving...
- '.example' -> '*/.other-dotfiles/example' (glob)
+ '/tmp/pablo/cramtests-GtHN1o/rcrc.t/.example' -> '/tmp/pablo/cramtests-GtHN1o/rcrc.t/.other-dotfiles/example'
Linking...
'*/.other-dotfiles/example' -> '*/.example' (glob)
# Ran 1 tests, 0 skipped, 1 failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment