aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_ng_lib.h
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2023-06-19 15:36:25 +0200
committert3sserakt <t3ss@posteo.de>2023-06-19 15:36:25 +0200
commit823fbe0ecac89397d8a3ab15cf7ef9b3f84a883f (patch)
tree5765bbdca60f385b3aa67217f200234570db4e26 /src/include/gnunet_testing_ng_lib.h
parent01cf7af535c57b4cdfabbba09b1af21d5d3aafb5 (diff)
parent664286d705905dff31298844753b12be38a079e7 (diff)
downloadgnunet-823fbe0ecac89397d8a3ab15cf7ef9b3f84a883f.tar.gz
gnunet-823fbe0ecac89397d8a3ab15cf7ef9b3f84a883f.zip
News: Merge branch 'l20integration' of ssh://git.gnunet.org/gnunet into l20integration
Diffstat (limited to 'src/include/gnunet_testing_ng_lib.h')
-rw-r--r--src/include/gnunet_testing_ng_lib.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/include/gnunet_testing_ng_lib.h b/src/include/gnunet_testing_ng_lib.h
index 0c8614eef..77e9bd74a 100644
--- a/src/include/gnunet_testing_ng_lib.h
+++ b/src/include/gnunet_testing_ng_lib.h
@@ -542,22 +542,6 @@ struct GNUNET_TESTING_Command
542GNUNET_TESTING_cmd_stat (struct GNUNET_TESTING_Timer *timers); 542GNUNET_TESTING_cmd_stat (struct GNUNET_TESTING_Timer *timers);
543 543
544 544
545/**
546 * Command to execute a script. The cmd succeeds when the script exit with 0 and fails,
547 * when the script exits with an error code.
548 *
549 * @param label The label of the cmd.
550 * @param script The name of the script.
551 * @param script_argv Array with script args.
552 * @param script_argv_len Length of the array.
553 */
554const struct GNUNET_TESTING_Command
555GNUNET_TESTING_cmd_exec_bash_script (const char *label,
556 const char *script,
557 char **script_argv,
558 unsigned int script_argv_len);
559
560
561/* *** Generic trait logic for implementing traits ********* */ 545/* *** Generic trait logic for implementing traits ********* */
562 546
563/** 547/**