Skip to content

Commit

Permalink
test: Fix sandbox_spl test filter
Browse files Browse the repository at this point in the history
This filter does not match the test it is intended to anymore. Update it
so that it works again.

Signed-off-by: Simon Glass <[email protected]>
  • Loading branch information
sjg20 committed Jun 7, 2018
1 parent 4225a4e commit bf6226c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ result=0
run_test ./test/py/test.py --bd sandbox --build

# Run tests which require sandbox_spl
run_test ./test/py/test.py --bd sandbox_spl --build -k \
test/py/tests/test_ofplatdata.py
run_test ./test/py/test.py --bd sandbox_spl --build -k test_ofplatdata.py

# Run tests for the flat DT version of sandbox
./test/py/test.py --bd sandbox_flattree --build
Expand Down

0 comments on commit bf6226c

Please sign in to comment.