dev: Fixup Makefile and testsign script
This commit is contained in:
parent
b5cf1572f8
commit
4a652b8f91
4
Makefile
4
Makefile
@ -52,7 +52,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
test-proc-run:
|
test-proc-run:
|
||||||
go test $(TEST_FLAGS) $(BUILD_FLAGS) $(PREFIX)/proc -run $(RUN)
|
go test $(TEST_FLAGS) $(BUILD_FLAGS) -test.run="$(RUN)" $(PREFIX)/proc
|
||||||
|
|
||||||
test-integration-run:
|
test-integration-run:
|
||||||
go test $(TEST_FLAGS) $(BUILD_FLAGS) $(PREFIX)/service/test -run $(RUN)
|
go test $(TEST_FLAGS) $(BUILD_FLAGS) -test.run="$(RUN)" $(PREFIX)/service/test
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
codesign -s $CERT $1
|
codesign -s $CERT $1
|
||||||
exec $1
|
exec "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user