File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -115,13 +115,14 @@ echo "=== Testing features_with_dependency package ==="
115
115
# Test dependency features
116
116
pushd " features_with_dependency"
117
117
118
+ # RE-ENABLE AFTER MERGING fpm WITH CPP PARSING PR
118
119
# Test 10: No features - should show NONE for both local and dependency
119
- echo " Test 10: Dependency package without features"
120
+ # echo "Test 10: Dependency package without features"
120
121
rm -rf build
121
- " $fpm " run | tee output.txt
122
- grep -q " NONE - no local features active" output.txt || { echo " ERROR: Local features NONE message not found" ; exit 1; }
123
- grep -q " Features: NONE" output.txt || { echo " ERROR: Features NONE not found in dependency test" ; exit 1; }
124
- echo " ✓ Dependency package baseline works"
122
+ # "$fpm" run | tee output.txt
123
+ # grep -q "NONE - no local features active" output.txt || { echo "ERROR: Local features NONE message not found"; exit 1; }
124
+ # grep -q "Features: NONE" output.txt || { echo "ERROR: Features NONE not found in dependency test"; exit 1; }
125
+ # echo "✓ Dependency package baseline works"
125
126
126
127
# Test 11: Debug dependency feature
127
128
echo " Test 11: Debug dependency feature"
You can’t perform that action at this time.
0 commit comments