kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/cxx/verifier/testdata/test_verifier_cmd.sh (about)

     1  #!/bin/bash
     2  
     3  if "kythe/cxx/verifier/verifier"; then
     4    echo "[ FAIL: Verifier did not fail on lack of input script ]"
     5    exit 1
     6  else
     7    echo "[ OK: Verifier failed on lack of input script ]"
     8  fi