idea191-genomeforge-v1/test.sh

4 lines
188 B
Bash
Executable File

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