Drop srcdir from untested source path.

This commit is contained in:
Marcus Shawcroft 2014-04-17 15:26:37 +01:00
parent cb22ccf411
commit bd1dce5fe5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
* gdb.java/jnpe.exp: Drop srcdir from untested path.
2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
* lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):

View File

@ -17,7 +17,7 @@ load_lib "java.exp"
standard_testfile .java
if { [compile_java_from_source $srcdir/$subdir/$srcfile $binfile "-g"] != "" } {
untested "Couldn't compile ${srcdir}/$subdir/${srcfile}"
untested "Couldn't compile $subdir/${srcfile}"
return -1
}