Skip to content

Commit

Permalink
Allow isolated run of poolboy
Browse files Browse the repository at this point in the history
  • Loading branch information
aronisstav committed Mar 21, 2021
1 parent 152a5cc commit d26ddac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests-real/suites/poolboy/test
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

TOP_DIR=${TOP_DIR:-$(pwd)/../../..}
CONCUERROR=${CONCUERROR:-$TOP_DIR/bin/concuerror}
Out=concuerror_report.txt
CONCUERROR=${CONCUERROR:-$(which concuerror)}

. ../print_colors

Expand Down

0 comments on commit d26ddac

Please sign in to comment.