Skip to content

Commit

Permalink
Workflow file paths are conflicting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratstail91 committed Oct 15, 2024
1 parent 6b1e0d1 commit 93d3aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ run: $(TEST_SCRIPTFILES)
gdb: source repl run-gdb

run-gdb: $(TEST_SCRIPTFILES)
gdb $(TEST_OUTDIR)/$(TEST_REPLNAME) -ex "cd $(TEST_OUTDIR)" -ex "run -f ../$<" --batch
gdb $(TEST_OUTDIR)/$(TEST_REPLNAME) -ex "run -f ../$<" --batch

#compile the source and repl first
source: $(TEST_OBJDIR) $(TEST_OUTDIR)
Expand Down

0 comments on commit 93d3aec

Please sign in to comment.