#!/bin/bash # GenomeForge Test Suite python3 compiler.py | grep -q "Verification: PASSED" && echo "Deterministic Build Test: PASSED" || (echo "Deterministic Build Test: FAILED" && exit 1)