summaryrefslogtreecommitdiff
path: root/build-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-test.sh')
-rwxr-xr-xbuild-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-test.sh b/build-test.sh
index 6ef1447b77..5234e2fb2a 100755
--- a/build-test.sh
+++ b/build-test.sh
@@ -150,7 +150,6 @@ generate_layout()
build_MSBuild_projects "Tests_Overlay_Managed" "${__ProjectDir}/tests/runtest.proj" "Creating test overlay" "/t:CreateTestOverlay"
chmod +x $__BinDir/corerun
- chmod +x $__CrossgenExe
# Make sure to copy over the pulled down packages
cp -r $__BinDir/* $CORE_ROOT/ > /dev/null
@@ -167,6 +166,7 @@ generate_layout()
# Precompile framework assemblies with crossgen if required
if [ $__DoCrossgen -ne 0 ]; then
+ chmod +x $__CrossgenExe
precompile_coreroot_fx
fi
}