mirror of git://gcc.gnu.org/git/gcc.git
libstdc++.exp (dg-test): Explicitly run the program in the current directory.
* testsuite/lib/libstdc++.exp (dg-test): Explicitly run
the program in the current directory.
From-SVN: r41234
This commit is contained in:
parent
ab9fa4b5d4
commit
a14fd7f564
|
|
@ -1,3 +1,8 @@
|
||||||
|
2001-04-10 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
|
* testsuite/lib/libstdc++.exp (dg-test): Explicitly run
|
||||||
|
the program in the current directory.
|
||||||
|
|
||||||
2001-04-08 Gabriel Dos Reis <gdr@codesourcery.com>
|
2001-04-08 Gabriel Dos Reis <gdr@codesourcery.com>
|
||||||
|
|
||||||
* include/bits/std_valarray.h(valarray<>::operator[]): Make
|
* include/bits/std_valarray.h(valarray<>::operator[]): Make
|
||||||
|
|
|
||||||
|
|
@ -545,7 +545,7 @@ proc dg-test { args } {
|
||||||
warning "$name compilation failed to produce executable"
|
warning "$name compilation failed to produce executable"
|
||||||
} else {
|
} else {
|
||||||
set status -1
|
set status -1
|
||||||
set result [${tool}_load $output_file]
|
set result [${tool}_load ./$output_file]
|
||||||
set status [lindex $result 0];
|
set status [lindex $result 0];
|
||||||
set output [lindex $result 1];
|
set output [lindex $result 1];
|
||||||
#send_user "After exec, status: $status\n"
|
#send_user "After exec, status: $status\n"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue