Skip to content

Commit 7040c50

Browse files
committed
Fix and re-enable run_hwasan_lam_tests
1 parent 8237603 commit 7040c50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

zorg/buildbot/builders/sanitizers/buildbot_qemu.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ function run_hwasan_lam_tests {
356356
boot_qemu || build_exception
357357

358358
ssh -S "${SSH_CONTROL_SOCKET}" root@localhost \
359-
"mkdir -p /b && mount -t nfs 10.0.2.10:/b /b"
359+
"mkdir -p ${ROOT} && mount -t nfs 10.0.2.10:${ROOT} ${ROOT}"
360360

361361
echo
362362
echo "@@@BUILD_STEP test hwasan ${name}@@@"
@@ -388,8 +388,8 @@ for B in $SCUDO_BUILDS ; do
388388
run_scudo_tests $B
389389
done
390390

391-
#[[ -z "$SKIP_HWASAN_LAM" ]] && (
392-
# run_hwasan_lam_tests
393-
#)
391+
[[ -z "$SKIP_HWASAN_LAM" ]] && (
392+
run_hwasan_lam_tests
393+
)
394394

395395
cleanup $STAGE2_DIR

0 commit comments

Comments
 (0)