Add --post-script to tap-driver.sh
[lttng-tools.git] / tests / utils / warn_processes.sh
index 6858b86632d2f7297e8eff082d20f1ece278a8bd..d84edb6f9c5686a2e421fef340af7f82f9b1154e 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/bash
 
-PGREP="$1"
+if [ -z $PGREP ]; then
+       PGREP=pgrep
+fi
 
 if [ x$LTTNG_TOOLS_TESTS_DISABLE_WARN_LTTNG_PROCESSES == x1 ]; then
        exit
This page took 0.023673 seconds and 5 git commands to generate.