Skip to content
Snippets Groups Projects
Commit 47228c5d authored by rth's avatar rth
Browse files

* testsuite/lib/libstdc++.exp (dg-test): Explicitly run

        the program in the current directory.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41234 138bc75d-0d04-0410-961f-82ee72b054a4
parent 93d51c57
No related branches found
No related tags found
No related merge requests found
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>
* include/bits/std_valarray.h(valarray<>::operator[]): Make
......
......@@ -545,7 +545,7 @@ proc dg-test { args } {
warning "$name compilation failed to produce executable"
} else {
set status -1
set result [${tool}_load $output_file]
set result [${tool}_load ./$output_file]
set status [lindex $result 0];
set output [lindex $result 1];
#send_user "After exec, status: $status\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment