Skip to content

Commit

Permalink
kokoro: Run the build steps and error on failure.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
  • Loading branch information
mithro committed Apr 11, 2020
1 parent c48707f commit 9ea0a89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/kokoro/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/bin/bash

set -e

./test/steps/hostsetup.sh
./test/steps/hostinfo.sh
./test/steps/git.sh

echo
echo "==========================================="
echo "Running FPGA perf tool tests (make run-all)"
Expand Down

0 comments on commit 9ea0a89

Please sign in to comment.