Skip to content

Commit

Permalink
Merge pull request #4616 from kinke/master
Browse files Browse the repository at this point in the history
test/runnable/test_shared.sh: Don't require relative RESULTS_DIR.
  • Loading branch information
andralex committed Apr 29, 2015
2 parents ff4780a + 13d2211 commit ff335db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runnable/test_shared.sh
Expand Up @@ -22,5 +22,5 @@ die()
$DMD -m${MODEL} -of${dmddir}${SEP}test_shared${EXE} -defaultlib=libphobos2.so runnable/extra-files/test_shared.d >> ${output_file}
if [ $? -ne 0 ]; then die; fi

LD_LIBRARY_PATH=../../phobos/generated/${OS}/release/${MODEL} ./${dmddir}${SEP}test_shared${EXE}
LD_LIBRARY_PATH=../../phobos/generated/${OS}/release/${MODEL} ${dmddir}${SEP}test_shared${EXE}
if [ $? -ne 0 ]; then die; fi

0 comments on commit ff335db

Please sign in to comment.