summaryrefslogtreecommitdiffstats
path: root/libcxx/test
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test')
-rwxr-xr-xlibcxx/test/testit6
1 files changed, 4 insertions, 2 deletions
diff --git a/libcxx/test/testit b/libcxx/test/testit
index 774f96fe1d7..c7409160f82 100755
--- a/libcxx/test/testit
+++ b/libcxx/test/testit
@@ -66,12 +66,14 @@ function afunc
rm ./$TEST_EXE
let "pass+=1"
else
- echo "$FILE failed at run time"
+ echo "`pwd`/$FILE failed at run time"
+ echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS
let "fail+=1"
rm ./$TEST_EXE
fi
else
- echo "$FILE failed to compile"
+ echo "`pwd`/$FILE failed to compile"
+ echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS
let "fail+=1"
fi
done
OpenPOWER on IntegriCloud