forked from pool/uthash
OBS-URL: https://build.opensuse.org/request/show/407744 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/uthash?expand=0&rev=8
15 lines
354 B
Diff
15 lines
354 B
Diff
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
|