Skip to content
Snippets Groups Projects

Fix missing envsubst dependency

Merged David Hoese requested to merge bugfix-envsubst into master
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -27,7 +27,7 @@ run_test geo2grid.sh -h || exit_status=1
@@ -27,7 +27,7 @@ run_test geo2grid.sh -h || exit_status=1
# Test for utilities used in the run.sh script that may get accidentally removed
# Test for utilities used in the run.sh script that may get accidentally removed
run_test python3 amqpfind/amqpfind.py -h
run_test python3 amqpfind/amqpfind.py -h
run_test python3 -h || exit_status=1
run_test python3 -h || exit_status=1
# xargs has `-h` status of 1
run_test xargs --help || exit_status=1
run_test xargs --help || exit_status=1
 
run_test envsubst || exit_status=1
exit $exit_status
exit $exit_status
Loading