projects
/
cql-java-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ddb06e
)
Add source directory to CLASSPATH to pick up newly built .class files.
author
Mike Taylor
<mike@miketaylor.org.uk>
Wed, 19 May 2010 22:16:37 +0000
(23:16 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Wed, 19 May 2010 22:16:37 +0000
(23:16 +0100)
test/regression/runtests
patch
|
blob
|
history
diff --git
a/test/regression/runtests
b/test/regression/runtests
index
3c06174
..
1630be9
100755
(executable)
--- a/
test/regression/runtests
+++ b/
test/regression/runtests
@@
-5,6
+5,7
@@
use IO::File;
use strict;
+$ENV{CLASSPATH} .= ":../../src/main/java";
$ENV{CLASSPATH} .= ":../../lib/cql-java.jar";
if (@ARGV != 2) {