Add pass/fail tests for repeated event id
[ctf-testsuite.git] / tests / 1.9 / run.sh
1 #!/bin/sh
2
3 echo "Running expected pass tests"
4 cd pass
5 ./run.sh
6 cd ..
7
8 echo "Running expected failure tests"
9 cd fail
10 ./run.sh
11 cd ..
This page took 0.029947 seconds and 4 git commands to generate.