about summary refs log tree commit homepage
path: root/t/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-18 23:09:09 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-18 23:09:09 -0700
commitdbb2e039fac19d9b74075fd79cddade534cafeca (patch)
treee17398443ea9fdac9aa239a7ea577ed7de6f6f14 /t/GNUmakefile
parent9922b5e683e86c6df48931ee90da1c5e6ad419ef (diff)
downloadrainbows-dbb2e039fac19d9b74075fd79cddade534cafeca.tar.gz
Instead of using completely random names, we'll use
predictable ones since we already depend on them for
exit codes and such.  This drops our ability to run
the same test for the same version of Ruby in the
same working tree, but that's an unlikely scenario.

While we're at it, avoid remove tempfiles if a test
failed.  This should make debugging easier.
Diffstat (limited to 't/GNUmakefile')
-rw-r--r--t/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 993aa35..552f9d0 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -14,7 +14,7 @@ ifeq ($(RUBYLIB),)
 else
   RUBYLIB := $(rainbows_lib):$(RUBYLIB)
 endif
-export RUBYLIB
+export RUBYLIB RUBY_VERSION
 
 T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)