summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
Diffstat (limited to 'validate')
-rwxr-xr-xvalidate2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate b/validate
index 20611cad03..223a864e76 100755
--- a/validate
+++ b/validate
@@ -259,7 +259,7 @@ if [ $build_only -eq 1 ] ||
if [ $no_clean -eq 0 ]; then
$hadrian clean && rm -rf $hadrian_build_root
- python3 ./boot --validate
+ python3 ./boot
$configure_cmd --enable-tarballs-autodownload $CONFIG_ARGS
fi