summaryrefslogtreecommitdiff
path: root/tcwg_gnu-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg_gnu-build.sh')
-rwxr-xr-xtcwg_gnu-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh
index bb42040a..a81b2076 100755
--- a/tcwg_gnu-build.sh
+++ b/tcwg_gnu-build.sh
@@ -105,7 +105,7 @@ no_regression_p ()
# We use GCC's comparison script, so make sure we have a copy (may
# not be the case when we are just checking binutils)
clone_or_update_repo gcc master git://gcc.gnu.org/git/gcc.git
- gcc/contrib/compare_tests $sumfiles_base $sumfiles_new | tee $new_artifacts/regressions.txt &
+ gcc/contrib/compare_tests $sumfiles_base $sumfiles_new | tee $run_step_artifacts/regressions.txt &
res=0 && wait $! || res=$?
if [ $res -ne 0 ]; then