Skip to content

Commit

Permalink
Issue #24: fixed test working directory specification of Epiphan test…
Browse files Browse the repository at this point in the history
…s in test launcher
  • Loading branch information
dzhoshkun committed Oct 24, 2018
1 parent 50fb2bb commit cb9a387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ elif [ "$1" = "epiphan-dvi2pcieduo" ]; then
parse_port $3
test_cmd="$test_cmd --colour-space=$test_colour_space"
test_cmd="$test_cmd --port=$test_port"
test_cmd_working_dir="$test_dir/epiphan"
test_cmd_working_dir="$test_dir/epiphan/dvi2pcieduo"
test_cmd_unit="$test_cmd $test_cmd_working_dir -m unit"
test_cmd_observer="$test_cmd --frame-rate=27 --observers=3"
test_cmd_observer="$test_cmd_observer $test_cmd_working_dir -m observer_pattern"
Expand Down

0 comments on commit cb9a387

Please sign in to comment.