From 1b049a090b368474006f90a34b19209482ae18ae Mon Sep 17 00:00:00 2001 From: paltherr Date: Wed, 18 Jun 2003 08:08:48 +0000 Subject: - Made path OBJDIR absolute --- test/bin/scala-test | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test') diff --git a/test/bin/scala-test b/test/bin/scala-test index 11724fc59b..8119419372 100755 --- a/test/bin/scala-test +++ b/test/bin/scala-test @@ -447,6 +447,12 @@ main() { esac; fi; + if [ -d "$OBJDIR" ]; then + OBJDIR=`cd "$OBJDIR"; pwd`; + else + abort "could not access directory '$OBJDIR'"; + fi + test_all; if [ $FAILURE_COUNT -eq 0 ]; then -- cgit v1.2.3