We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4dae5 commit 21be2b1Copy full SHA for 21be2b1
src/Makefile
@@ -64,7 +64,7 @@ e2e-run: $(PROGS) # Help: Invoke the library with a readline read/print loop
64
$(PRELOAD_VAR)=`pwd`/$(SHARED_LIB) $(SET_ADD_LIB) ./rl_driver
65
66
e2e-test: $(PROGS) # Help: Test the readline hook
67
- printf 'Open the pod bay doors HAL\eV' | \
+ printf 'Open the pod bay doors HAL\eV\030A' | \
68
$(PRELOAD_VAR)=`pwd`/$(SHARED_LIB) $(SET_ADD_LIB) AI_CLI_general_api=hal ./rl_driver | \
69
grep Dave
70
0 commit comments