Skip to content

Commit

Permalink
find .
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Dec 11, 2024
1 parent 288912f commit 1b62c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-one-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function run_tests {
# Check if there is a verify.sh file in the project folder
# If yes, then echo a message saying we run it and its content, then run it, other run the command X
status=-1
echo "$ find ."
find .
if [ -f "$project/verify.sh" ]; then
echo "Running verify.sh script in bolts project: $project..."
cd "$project"
Expand Down

0 comments on commit 1b62c92

Please sign in to comment.