Files
fission-src/test/tests/test_pass.sh
T

13 lines
242 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
# This doesn't test fission, just the test framework. It ensures we
# have the right environment, that's all.
echo_log "Test test, please ignore."
echo_log $FISSION_URL
echo_log $FISSION_ROUTER
which fission