summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-11-20 00:13:34 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2015-11-20 00:13:34 +0100
commit19142d7c736f10f9ff81140e0870b10c70c9347c (patch)
treeec5b1869d175518d0be69272bb7a1b133b739300
parentbff3961984d571ca0d2840d7573c4830126786fc (diff)
The list of unstable tests is not in a different repo anymore.
-rwxr-xr-xcompare_tests4
1 files changed, 1 insertions, 3 deletions
diff --git a/compare_tests b/compare_tests
index c2bcb2a..4c72c6f 100755
--- a/compare_tests
+++ b/compare_tests
@@ -114,9 +114,7 @@ if [ -d "$1" -a -d "$2" ] ; then
unstable_target="$unstable_target --unstable-marker $board"
fi
done
- rm -rf ${my_path}/gcc-unstable-tests
- git clone http://git.linaro.org/toolchain/gcc-unstable-tests.git ${my_path}/gcc-unstable-tests || exit 1
- ${CONFIG_SHELL-/usr/bin/perl} ${my_path}/compare_dg_tests.pl -l --unstable-test=${my_path}/gcc-unstable-tests/unstable-tests.txt ${unstable_target} $sum1 $sum2
+ ${CONFIG_SHELL-/usr/bin/perl} ${my_path}/compare_dg_tests.pl -l --unstable-test=${my_path}/unstable-tests.txt ${unstable_target} $sum1 $sum2
ret=$?
if [ $ret -eq 2 ]; then
exit_status=`expr $exit_status + 1`