Skip to content

Commit

Permalink
Remove fullspec/standard sub-folder (PiSCSI#1324)
Browse files Browse the repository at this point in the history
* Remove fullspec/standard sub-folder
  • Loading branch information
uweseimet authored and rdmark committed May 1, 2024
1 parent a516544 commit 6a1e0f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: make -j $(nproc) test

- name: Run unit tests
run: (set -o pipefail && bin/fullspec/piscsi_test | tee piscsi_test_log.txt)
run: (set -o pipefail && bin/piscsi_test | tee piscsi_test_log.txt)

- name: Upload logs
uses: actions/upload-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ COVERAGE_DIR = coverage
COVERAGE_FILE = piscsi.dat
OS_FILES = ../os_integration

OBJDIR := obj/$(shell echo $(CONNECT_TYPE) | tr '[:upper:]' '[:lower:]')
BINDIR := bin/$(shell echo $(CONNECT_TYPE) | tr '[:upper:]' '[:lower:]')
OBJDIR := obj
BINDIR := bin

BIN_ALL = \
$(BINDIR)/$(PISCSI) \
Expand Down

0 comments on commit 6a1e0f8

Please sign in to comment.