remove ext3 and reiser tests from Makefile
authoraburford <andrew.burford@stonybrook.edu>
Sun, 15 May 2022 00:13:52 +0000 (20:13 -0400)
committeraburford <andrew.burford@stonybrook.edu>
Sun, 15 May 2022 00:13:52 +0000 (20:13 -0400)
tests/Makefile

index c7fcd57292f66ce1967417110fcb2045b81e4dba..e14e4c3d1109bf05732066477ec80c83cac67ccf 100644 (file)
@@ -15,11 +15,9 @@ ls_test:
 
 wtest:
        sh w-racer.sh $(OPT) ext2 $(LEN)
-       sh w-racer.sh $(OPT) ext3 $(LEN)
        sh w-racer.sh $(OPT) ext4 $(LEN)
        sh w-racer.sh $(OPT) xfs $(LEN)
        sh w-racer.sh $(OPT) tmpfs $(LEN)
-       sh w-racer.sh $(OPT) reiserfs $(LEN)
 
 #############
 # OLD STUFF #