Skip to content

Commit

Permalink
Fix "Unknown argument: -v" and %include for swig (#2088)
Browse files Browse the repository at this point in the history
* fix "Unknown argument: -v"

* Fix %include for swig
  • Loading branch information
pawel-soja authored Jul 28, 2024
1 parent cc0f30c commit ad11753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/indidevice/indibase.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#ifdef SWIG
// api version for swig
% include "indiapi.h"
%include "indiapi.h"
#endif

#define MAXRBUF 2048
Expand Down
2 changes: 1 addition & 1 deletion scripts/indi-core-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

pushd build/indi-core/integs
ctest -v --output-on-failure
ctest -V --output-on-failure
popd

pushd build/indi-core/test
Expand Down

0 comments on commit ad11753

Please sign in to comment.