SHA256
8
0
forked from pool/uthash
Files
uthash/uthash-proceed_with_tests_without_prompt.patch

15 lines
354 B
Diff
Raw Permalink Normal View History

Index: b/tests/all_funcs
===================================================================
--- a/tests/all_funcs
+++ b/tests/all_funcs
@@ -1,8 +1,7 @@
#!/bin/bash
function proceed {
- read -p "proceed ? [n] " response
- if [ "$response" != "y" ]; then exit -1; fi
+ :
}
make clean tests_only EXTRA_CFLAGS='-DHASH_FUNCTION=HASH_BER'; proceed