Skip to content

Commit b8a1aec

Browse files
author
Test User
committed
Add correct deb test and skip makle test
1 parent 80a61d5 commit b8a1aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ override_dh_auto_clean:
8484
override_dh_auto_test:
8585
@if [ "$$WOLFSSL_ISFIPS" = "1" ]; then \
8686
echo "WARNING: Skipping unit tests in FIPS mode, running command tests instead..."; \
87-
$(CURDIR)/scripts/cmd_test/do-cmd-tests.sh; \
87+
OPENSSL_BIN=/usr/bin/openssl $(CURDIR)/scripts/cmd_test/do-cmd-tests.sh; \
8888
else \
8989
echo "Running unit tests..."; \
9090
$(MAKE) test; \

0 commit comments

Comments
 (0)