summaryrefslogtreecommitdiff
path: root/round-robin.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-08-06 16:39:54 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-08-06 16:39:54 +0000
commit22f2b2cb22c0fdfd06c03079dc007c7517b970a8 (patch)
treeb30d945666436ad1c4c1dca3987f55f5479e2d60 /round-robin.sh
parent3a3b85d3d1eb684e7e2ee3e0682c639d362e67c2 (diff)
round-robin.sh: Fix sed command
Change-Id: I6b4e087813b9db5bbbff61db21afb03979694dbf
Diffstat (limited to 'round-robin.sh')
-rw-r--r--round-robin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/round-robin.sh b/round-robin.sh
index 427ac181..a9113bc0 100644
--- a/round-robin.sh
+++ b/round-robin.sh
@@ -397,7 +397,7 @@ build_abe ()
assert_with_msg "ERROR: Testing is not using QEMU" false
fi
sed -i \
- -e 's/set dg-do-what-default run/set dg-do-what-default link' \
+ -e 's/set dg-do-what-default run/set dg-do-what-default link/' \
../gcc/gcc/testsuite/lib/tsan-dg.exp
fi
fi