Drop srcdir from untested source path.
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Thu, 17 Apr 2014 14:26:37 +0000 (15:26 +0100)
committerMarcus Shawcroft <marcus.shawcroft@arm.com>
Thu, 17 Apr 2014 14:26:37 +0000 (15:26 +0100)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.java/jnpe.exp

index 13752efb3e0d0b12249142c5b9cada7cf8a53de8..6f5f9aadfb40a7af421f73acc65edd27f4082626 100644 (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):
index 054ade80fb4e9ac1a79acd54a3befebdc12ae273..bd47f109c62b4b0632d36750c22c3754952ef3c4 100644 (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
 }