Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
petrzpav committed May 16, 2023
1 parent 201dc8a commit 44d3946
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion academy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -x

set -o pipefail
declare -r SCRIPT='academy'
# shellcheck disable=SC2155
Expand Down
1 change: 0 additions & 1 deletion iotest
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ io_test() {
# add loop variables
# shellcheck disable=SC2034
declare -r FILE_PATH="${WORKING_DIR}/${test_folder#"${IOTEST_FOLDER}/"}"
echo "[${FILE_PATH}]"
# TODO use optarg file
declare out_file err_file status_code stdin stdin_file
out_file="$(mktemp)"
Expand Down

0 comments on commit 44d3946

Please sign in to comment.