We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8237603 commit 7040c50Copy full SHA for 7040c50
zorg/buildbot/builders/sanitizers/buildbot_qemu.sh
@@ -356,7 +356,7 @@ function run_hwasan_lam_tests {
356
boot_qemu || build_exception
357
358
ssh -S "${SSH_CONTROL_SOCKET}" root@localhost \
359
- "mkdir -p /b && mount -t nfs 10.0.2.10:/b /b"
+ "mkdir -p ${ROOT} && mount -t nfs 10.0.2.10:${ROOT} ${ROOT}"
360
361
echo
362
echo "@@@BUILD_STEP test hwasan ${name}@@@"
@@ -388,8 +388,8 @@ for B in $SCUDO_BUILDS ; do
388
run_scudo_tests $B
389
done
390
391
-#[[ -z "$SKIP_HWASAN_LAM" ]] && (
392
-# run_hwasan_lam_tests
393
-#)
+[[ -z "$SKIP_HWASAN_LAM" ]] && (
+ run_hwasan_lam_tests
+)
394
395
cleanup $STAGE2_DIR
0 commit comments