#!/bin/bash # # End-to-end tests for the dashboard. # # Usage: # ./regtest.sh # # NOTE: Must be run in this directory (rappor/pipeline). set -o nounset set -o pipefail set -o errexit # Create schema and params. create-metadata() { mkdir -p _tmp/metadata echo 'Hello from regtest.sh' local params_path=_tmp/metadata/regtest_params.csv # Relying on $RAPPOR_SRC/regtest.sh cp --verbose ../_tmp/python/demo1/case_params.csv $params_path # For now, use the same map everywhere. cat >_tmp/metadata/dist-analysis.csv <_tmp/metadata/rappor-vars.csv <