From 471bd83e2a1a7901e24fcb30cf180315a478d0fa Mon Sep 17 00:00:00 2001 From: David Wehr <dawehr@iastate.edu> Date: Sat, 11 Feb 2017 23:18:53 -0600 Subject: [PATCH] Had the wrong directory in the CI script. --- quad/test-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quad/test-ci.sh b/quad/test-ci.sh index b7f71127b..4336b03e8 100644 --- a/quad/test-ci.sh +++ b/quad/test-ci.sh @@ -10,6 +10,6 @@ cd $QUAD_ROOT/sw/modular_quad_pid/test make || exit 1 ./test_uart_buff || exit 1 -cd $QUAD_ROOT/sw/computation_graph/test +cd $QUAD_ROOT/computation_graph/test make || exit 1 ./test_computation_graph || exit 1 -- GitLab